Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhongtong-avi-web
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
中通客车项目
zhongtong-avi-web
Commits
70a86e6d
Commit
70a86e6d
authored
Nov 07, 2019
by
李志鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opt(路由、登录等): 修改登录页系统名称,欢迎页系统名称,将车间生产计划菜单项改为生产计划
parent
db671d1e
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
13 deletions
+21
-13
index.js
config/index.js
+2
-2
route.js
src/lang/zh/route.js
+2
-2
index.vue
src/views/Login/index.vue
+9
-5
index.vue
src/views/ProductionPlan/index.vue
+3
-3
index.vue
src/views/Welcome/index.vue
+5
-1
No files found.
config/index.js
View file @
70a86e6d
...
...
@@ -13,10 +13,10 @@ module.exports = {
// 代理后端服务器
proxyTable
:
{
'/host'
:
{
//
target: 'http://10.100.172.150:9108', // 设置你调用的接口域名和端口号 别忘了加http
target
:
'http://10.100.172.150:9108'
,
// 设置你调用的接口域名和端口号 别忘了加http
// target: 'http://192.168.43.244:8888', // 东伟服务器地址
// target: 'http://192.168.43.153:8080', // 训浩服务器
target
:
'http://169.254.129.46
:8082'
,
// 本地服务器
// target: 'http://192.168.43.98
:8082', // 本地服务器
changeOrigin
:
true
,
pathRewrite
:
{
'^/host'
:
''
//这里理解成用‘/host’代替target里面的地址,后面组件中我们掉接口时直接用api代替 比如我要调用'http://40.00.100.100:3002/user/add',直接写‘/api/user/add’即可
...
...
src/lang/zh/route.js
View file @
70a86e6d
...
...
@@ -31,8 +31,8 @@ export default {
ElectrophoresisTank
:
'电泳槽液日常检测报告'
,
Pretreatment
:
'前处理槽液日常检测报告'
,
// 涂装生产计划
ProductionPlan
:
'
涂装
生产计划'
,
ProductionPlanIndex
:
'
涂装
生产计划'
,
ProductionPlan
:
'生产计划'
,
ProductionPlanIndex
:
'生产计划'
,
// AVI大屏
Monitor
:
'AVI大屏'
,
MonitorIndex
:
'AVI大屏'
,
...
...
src/views/Login/index.vue
View file @
70a86e6d
...
...
@@ -2,7 +2,10 @@
<div
class=
"login-page"
>
<div
class=
"login-pack"
>
<div
class=
"login-view-pack"
>
<div
class=
"title"
>
SCADA+AVI系统
</div>
<div
class=
"title"
>
<span>
数据采集系统
</span><br/>
<span>
AVI车体自动识别系统
</span>
</div>
<div
class=
"user-name"
>
<el-input
v-model=
"username"
...
...
@@ -185,7 +188,7 @@
right
:
20px
;
.title
{
font-size
:
30
px
;
font-size
:
24
px
;
color
:
#0377ff
;
text-align
:
center
;
font-weight
:
bold
;
...
...
@@ -193,7 +196,7 @@
}
.user-name
{
width
:
32
0px
;
width
:
29
0px
;
margin
:
0
auto
;
margin-top
:
80px
;
position
:
relative
;
...
...
@@ -223,7 +226,7 @@
}
.password
{
width
:
32
0px
;
width
:
29
0px
;
margin
:
0
auto
;
margin-top
:
48px
;
position
:
relative
;
...
...
@@ -253,10 +256,11 @@
}
.button
{
padding
:
0
2
0px
;
padding
:
0
4
0px
;
margin-top
:
45px
;
.el-button
{
background-color
:
rgb
(
3
,
119
,
255
);
width
:
100%
;
height
:
46px
;
font-size
:
22px
;
...
...
src/views/ProductionPlan/index.vue
View file @
70a86e6d
...
...
@@ -2,7 +2,7 @@
<div
class=
"page-pack"
>
<div
class=
"title-pack clear-float pl-15 pr-15"
>
<div
class=
"float-left"
>
<span
class=
"page-title-text"
>
涂装
生产计划
</span>
<span
class=
"page-title-text"
>
生产计划
</span>
</div>
<div
class=
"float-right page-refresh"
>
<span
@
click=
"doRefreshClick"
class=
"pointer"
>
...
...
src/views/Welcome/index.vue
View file @
70a86e6d
<
template
>
<div
class=
"welcome-page"
>
<span
class=
"vertical-line"
></span>
<span
class=
"text-pack"
><span
style=
"font-size: 20px;"
>
欢迎登录,
</span><br/>
中通SCADA+AVI系统
</span>
<span
class=
"text-pack"
>
<span
style=
"font-size: 20px;"
>
欢迎登录,
</span><br/>
<span>
数据采集系统、
</span><br/>
<span>
AVI车体自动识别系统
</span>
</span>
<img
class=
"img"
src=
"../../assets/images/Welcome/welcome_bg.png"
alt=
""
>
</div>
</
template
>
...
...
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