Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AmosBankPatrolView
Project
Project
Details
Activity
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
bank
AmosBankPatrolView
Commits
9c6487e8
Commit
9c6487e8
authored
May 14, 2020
by
zhengjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化工程
parent
2530bcb4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
21 deletions
+7
-21
amos.config.js
amos.config.js
+4
-4
blue.css
themes/blue.css
+1
-8
red.css
themes/red.css
+1
-8
webpack.config.js
webpack.config.js
+1
-1
No files found.
amos.config.js
View file @
9c6487e8
...
@@ -9,22 +9,22 @@
...
@@ -9,22 +9,22 @@
// 普通http
// 普通http
httpURI
:
{
httpURI
:
{
// 根url
// 根url
baseURI
:
'http://
39.100.239.237:10005
/'
,
baseURI
:
'http://
172.16.3.41:10002
/'
,
// baseURI: 'http://localhost:9000/',
// baseURI: 'http://localhost:9000/',
// 安全模块api地址
// 安全模块api地址
//securityBaseURI: 'http://39.100.239.237:7800/',
//securityBaseURI: 'http://39.100.239.237:7800/',
securityBaseURI
:
'http://
47.108.89.109
:10005/'
,
securityBaseURI
:
'http://
172.16.11.20
:10005/'
,
//预控系统
//预控系统
// preControl: 'http://172.16.10.91:8083/',
// preControl: 'http://172.16.10.91:8083/',
//APP图片
//APP图片
picURI
:
'http://
39.100.239.237:9999/
'
,
picURI
:
'http://
172.16.3.41:8080
'
,
//loginURI: 'http://39.100.239.237:3000/'//基础平台
//loginURI: 'http://39.100.239.237:3000/'//基础平台
// loginURI: 'http://47.108.89.109:5000/'//基础平台
// loginURI: 'http://47.108.89.109:5000/'//基础平台
},
},
// websocket 地址
// websocket 地址
wsURI
:
{
wsURI
:
{
securityBaseURI
:
'ws://
47.103.14.66
:10600/'
securityBaseURI
:
'ws://
172.16.11.20
:10600/'
},
},
// 外部链接地址
// 外部链接地址
outterURI
:
{
outterURI
:
{
...
...
themes/blue.css
View file @
9c6487e8
...
@@ -169,7 +169,6 @@
...
@@ -169,7 +169,6 @@
-webkit-box-flex
:
1
;
}
-webkit-box-flex
:
1
;
}
.checkDetail-root
.amos-layout-content
{
.checkDetail-root
.amos-layout-content
{
-webkit-box-flex
:
2
;
-webkit-box-flex
:
2
;
-ms-flex
:
2
0
70%
;
flex
:
2
0
70%
;
flex
:
2
0
70%
;
padding-top
:
5px
;
padding-top
:
5px
;
background
:
#333
;
background
:
#333
;
...
@@ -300,14 +299,12 @@
...
@@ -300,14 +299,12 @@
line-height
:
40px
;
}
line-height
:
40px
;
}
.check-detail-table
.check-detail-table-row1
{
.check-detail-table
.check-detail-table-row1
{
display
:
-webkit-box
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
display
:
flex
;
border
:
1px
solid
#deddde
;
border
:
1px
solid
#deddde
;
border-bottom
:
0
;
border-bottom
:
0
;
border-left
:
0
;
}
border-left
:
0
;
}
.check-detail-table
.check-detail-table-row2
{
.check-detail-table
.check-detail-table-row2
{
display
:
-webkit-box
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
display
:
flex
;
border
:
1px
solid
#deddde
;
border
:
1px
solid
#deddde
;
border-top
:
0
;
border-top
:
0
;
...
@@ -321,17 +318,14 @@
...
@@ -321,17 +318,14 @@
background
:
#f2f2f2
;
background
:
#f2f2f2
;
border-bottom
:
1px
solid
#deddde
;
border-bottom
:
1px
solid
#deddde
;
border-left
:
1px
solid
#deddde
;
border-left
:
1px
solid
#deddde
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-box-flex
:
1
;
-webkit-box-flex
:
1
;
-ms-flex
:
1
;
flex
:
1
;
}
flex
:
1
;
}
.check-detail-table
.colValue
{
.check-detail-table
.colValue
{
float
:
left
;
float
:
left
;
width
:
131px
;
width
:
131px
;
height
:
40px
;
height
:
40px
;
-webkit-box-flex
:
1
;
-webkit-box-flex
:
1
;
-ms-flex
:
1
;
flex
:
1
;
flex
:
1
;
background
:
white
;
background
:
white
;
border-bottom
:
1px
solid
#deddde
;
border-bottom
:
1px
solid
#deddde
;
...
@@ -376,7 +370,6 @@
...
@@ -376,7 +370,6 @@
position
:
absolute
;
position
:
absolute
;
bottom
:
10px
;
bottom
:
10px
;
display
:
-webkit-box
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
display
:
flex
;
height
:
60px
;
height
:
60px
;
-webkit-transition
:
left
0.5s
;
-webkit-transition
:
left
0.5s
;
...
...
themes/red.css
View file @
9c6487e8
...
@@ -167,7 +167,6 @@
...
@@ -167,7 +167,6 @@
-webkit-box-flex
:
1
;
}
-webkit-box-flex
:
1
;
}
.checkDetail-root
.amos-layout-content
{
.checkDetail-root
.amos-layout-content
{
-webkit-box-flex
:
2
;
-webkit-box-flex
:
2
;
-ms-flex
:
2
0
70%
;
flex
:
2
0
70%
;
flex
:
2
0
70%
;
padding-top
:
5px
;
padding-top
:
5px
;
background
:
#333
;
background
:
#333
;
...
@@ -298,14 +297,12 @@
...
@@ -298,14 +297,12 @@
line-height
:
40px
;
}
line-height
:
40px
;
}
.check-detail-table
.check-detail-table-row1
{
.check-detail-table
.check-detail-table-row1
{
display
:
-webkit-box
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
display
:
flex
;
border
:
1px
solid
#deddde
;
border
:
1px
solid
#deddde
;
border-bottom
:
0
;
border-bottom
:
0
;
border-left
:
0
;
}
border-left
:
0
;
}
.check-detail-table
.check-detail-table-row2
{
.check-detail-table
.check-detail-table-row2
{
display
:
-webkit-box
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
display
:
flex
;
border
:
1px
solid
#deddde
;
border
:
1px
solid
#deddde
;
border-top
:
0
;
border-top
:
0
;
...
@@ -319,17 +316,14 @@
...
@@ -319,17 +316,14 @@
background
:
#f2f2f2
;
background
:
#f2f2f2
;
border-bottom
:
1px
solid
#deddde
;
border-bottom
:
1px
solid
#deddde
;
border-left
:
1px
solid
#deddde
;
border-left
:
1px
solid
#deddde
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-box-flex
:
1
;
-webkit-box-flex
:
1
;
-ms-flex
:
1
;
flex
:
1
;
}
flex
:
1
;
}
.check-detail-table
.colValue
{
.check-detail-table
.colValue
{
float
:
left
;
float
:
left
;
width
:
131px
;
width
:
131px
;
height
:
40px
;
height
:
40px
;
-webkit-box-flex
:
1
;
-webkit-box-flex
:
1
;
-ms-flex
:
1
;
flex
:
1
;
flex
:
1
;
background
:
white
;
background
:
white
;
border-bottom
:
1px
solid
#deddde
;
border-bottom
:
1px
solid
#deddde
;
...
@@ -374,7 +368,6 @@
...
@@ -374,7 +368,6 @@
position
:
absolute
;
position
:
absolute
;
bottom
:
10px
;
bottom
:
10px
;
display
:
-webkit-box
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
display
:
flex
;
height
:
60px
;
height
:
60px
;
-webkit-transition
:
left
0.5s
;
-webkit-transition
:
left
0.5s
;
...
...
webpack.config.js
View file @
9c6487e8
...
@@ -30,7 +30,7 @@ var alias = {
...
@@ -30,7 +30,7 @@ var alias = {
// 入口点
// 入口点
// ------------------------------------
// ------------------------------------
const
prodEntry
=
{
const
prodEntry
=
{
app
:
'./src/entry/index.
prod.
js'
app
:
'./src/entry/index.js'
};
};
const
devEntry
=
{
const
devEntry
=
{
...
...
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