Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-pc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
融通安全管理系统
rongtong-pc
Commits
4f92fbe8
Commit
4f92fbe8
authored
Sep 11, 2023
by
周昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、修改系统名称
parent
dfa102a0
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
.env.development
.env.development
+2
-2
.env.production
.env.production
+2
-2
.env.staging
.env.staging
+2
-2
src/views/login.vue
src/views/login.vue
+1
-1
src/views/register.vue
src/views/register.vue
+1
-1
vue.config.js
vue.config.js
+1
-1
No files found.
.env.development
View file @
4f92fbe8
# 页面标题
VUE_APP_TITLE = 融通
物管安全管理平台
VUE_APP_TITLE = 融通
危险源辨识系统
# 开发环境配置
ENV = 'development'
# 融通
物管安全管理平台
/开发环境
# 融通
危险源辨识系统
/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
...
...
.env.production
View file @
4f92fbe8
# 页面标题
VUE_APP_TITLE = 融通
物管安全管理平台
VUE_APP_TITLE = 融通
危险源辨识系统
# 生产环境配置
ENV = 'production'
# 融通
物管安全管理平台
/生产环境
# 融通
危险源辨识系统
/生产环境
VUE_APP_BASE_API = '/dev-api'
.env.staging
View file @
4f92fbe8
# 页面标题
VUE_APP_TITLE = 融通
物管安全管理平台
VUE_APP_TITLE = 融通
危险源辨识系统
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 融通
物管安全管理平台
/测试环境
# 融通
危险源辨识系统
/测试环境
VUE_APP_BASE_API = '/stage-api'
src/views/login.vue
View file @
4f92fbe8
...
...
@@ -6,7 +6,7 @@
:rules=
"loginRules"
class=
"login-form"
>
<h3
class=
"title"
>
融通
物管安全管理平台
</h3>
<h3
class=
"title"
>
融通
危险源辨识系统
</h3>
<el-form-item
prop=
"username"
>
<el-input
v-model=
"loginForm.username"
...
...
src/views/register.vue
View file @
4f92fbe8
<
template
>
<div
class=
"register"
>
<el-form
ref=
"registerForm"
:model=
"registerForm"
:rules=
"registerRules"
class=
"register-form"
>
<h3
class=
"title"
>
融通
物管安全管理平台
</h3>
<h3
class=
"title"
>
融通
危险源辨识系统
</h3>
<el-form-item
prop=
"username"
>
<el-input
v-model=
"registerForm.username"
type=
"text"
auto-complete=
"off"
placeholder=
"账号"
>
<svg-icon
slot=
"prefix"
icon-class=
"user"
class=
"el-input__icon input-icon"
/>
...
...
vue.config.js
View file @
4f92fbe8
...
...
@@ -8,7 +8,7 @@ function resolve(dir) {
const
CompressionPlugin
=
require
(
"
compression-webpack-plugin
"
);
const
name
=
process
.
env
.
VUE_APP_TITLE
||
"
融通
物管安全管理平台
"
;
// 网页标题
const
name
=
process
.
env
.
VUE_APP_TITLE
||
"
融通
危险源辨识系统
"
;
// 网页标题
const
port
=
process
.
env
.
port
||
process
.
env
.
npm_config_port
||
80
;
// 端口
...
...
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