Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qsh-wc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
honghuiliu
qsh-wc
Commits
ff1ca48e
Commit
ff1ca48e
authored
Sep 06, 2022
by
mahui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
11b73c69
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.html
pc/public/index.html
+1
-1
vue.config.js
pc/vue.config.js
+1
-1
No files found.
pc/public/index.html
View file @
ff1ca48e
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"
./
favicon.ico"
>
<link
rel=
"icon"
href=
"
<%= BASE_URL %>
favicon.ico"
>
<title><
%=
htmlWebpackPlugin
.
options
.
title
%
></title>
<title><
%=
htmlWebpackPlugin
.
options
.
title
%
></title>
</head>
</head>
...
...
pc/vue.config.js
View file @
ff1ca48e
...
@@ -51,7 +51,7 @@ module.exports = {
...
@@ -51,7 +51,7 @@ module.exports = {
filename
:
'index.html'
,
filename
:
'index.html'
,
// 当使用 title 选项时,
// 当使用 title 选项时,
// template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
// template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
title
:
''
,
title
:
'
青山湖公厕
'
,
// 在这个页面中包含的块,默认情况下会包含
// 在这个页面中包含的块,默认情况下会包含
// 提取出来的通用 chunk 和 vendor chunk。
// 提取出来的通用 chunk 和 vendor chunk。
chunks
:
[
'chunk-vendors'
,
'chunk-common'
,
'index'
]
chunks
:
[
'chunk-vendors'
,
'chunk-common'
,
'index'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment