Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
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
张伯涛
NLT-e-cigarette
Commits
b94af358
Commit
b94af358
authored
May 14, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改系统中的 “信息化管理系统” ---》 电子加热器追溯平台系统
parent
277dba4c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
README.md
README.md
+1
-1
index.html
public/index.html
+2
-1
logo.vue
src/layoutLogin/components/logo.vue
+1
-1
settings.js
src/settings.js
+1
-1
No files found.
README.md
View file @
b94af358
#
信息化管理
系统
#
电子加热器追溯平台
系统
## Build Setup
...
...
public/index.html
View file @
b94af358
...
...
@@ -6,7 +6,8 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>home_logo.png"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2011217_f70ptj9y4oc.css"
>
<title><
%=
webpackConfig
.
name
%
></title>
<!-- <title><%= webpackConfig.name %></title>-->
<title>
电子加热器追溯平台系统
</title>
</head>
<body>
<noscript>
...
...
src/layoutLogin/components/logo.vue
View file @
b94af358
...
...
@@ -24,7 +24,7 @@ export default {
},
data
()
{
return
{
title
:
'
信息化管理
系统'
,
title
:
'
电子加热器追溯平台
系统'
,
logo
:
'https://image-1252351428.cos.ap-beijing.myqcloud.com/home_logo.png'
}
},
...
...
src/settings.js
View file @
b94af358
module
.
exports
=
{
title
:
'
信息化管理
系统'
,
title
:
'
电子加热器追溯平台
系统'
,
/**
* @type {boolean} true | false
...
...
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