Compare commits
No commits in common. "prv" and "main" have entirely different histories.
|
@ -1,10 +1,10 @@
|
||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 产发工程数字管理平台
|
VUE_APP_TITLE = 北跨泾河-产发工程数字管理平台
|
||||||
|
|
||||||
# 开发环境配置
|
# 开发环境配置
|
||||||
ENV = 'development'
|
ENV = 'development'
|
||||||
|
|
||||||
# 产发工程数字管理平台/开发环境
|
# 北跨泾河-产发工程数字管理平台/开发环境
|
||||||
VUE_APP_BASE_API = '/jhapi'
|
VUE_APP_BASE_API = '/jhapi'
|
||||||
|
|
||||||
# 路由懒加载
|
# 路由懒加载
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 产发工程数字管理平台
|
VUE_APP_TITLE = 北跨泾河-产发工程数字管理平台
|
||||||
|
|
||||||
# 生产环境配置
|
# 生产环境配置
|
||||||
ENV = 'production'
|
ENV = 'production'
|
||||||
|
|
||||||
# 产发工程数字管理平台/生产环境
|
# 北跨泾河-产发工程数字管理平台/生产环境
|
||||||
VUE_APP_BASE_API = '/jhapi'
|
VUE_APP_BASE_API = '/jhapi'
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 产发工程数字管理平台
|
VUE_APP_TITLE = 北跨泾河-产发工程数字管理平台
|
||||||
|
|
||||||
NODE_ENV = production
|
NODE_ENV = production
|
||||||
|
|
||||||
# 测试环境配置
|
# 测试环境配置
|
||||||
ENV = 'staging'
|
ENV = 'staging'
|
||||||
|
|
||||||
# 产发工程数字管理平台/测试环境
|
# 北跨泾河-产发工程数字管理平台/测试环境
|
||||||
VUE_APP_BASE_API = '/stage-api'
|
VUE_APP_BASE_API = '/stage-api'
|
||||||
|
|
|
@ -12,19 +12,12 @@
|
||||||
"core-js": "^3.8.3",
|
"core-js": "^3.8.3",
|
||||||
"dayjs": "^1.11.9",
|
"dayjs": "^1.11.9",
|
||||||
"element-ui": "^2.15.13",
|
"element-ui": "^2.15.13",
|
||||||
"emittery": "^0.8.1",
|
|
||||||
"file-saver": "2.0.5",
|
"file-saver": "2.0.5",
|
||||||
"gsap": "^3.12.2",
|
|
||||||
"js-cookie": "^3.0.5",
|
"js-cookie": "^3.0.5",
|
||||||
"less": "^4.1.3",
|
"less": "^4.1.3",
|
||||||
"less-loader": "^11.1.3",
|
"less-loader": "^11.1.3",
|
||||||
"lodash.debounce": "^4.0.8",
|
|
||||||
"lodash.throttle": "^4.1.1",
|
|
||||||
"logt": "^1.4.1",
|
|
||||||
"nprogress": "0.2.0",
|
|
||||||
"vue": "^2.6.14",
|
"vue": "^2.6.14",
|
||||||
"vue-router": "^3.1.3",
|
"vue-router": "^4.2.2"
|
||||||
"vuex": "3.6.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.12.16",
|
"@babel/core": "^7.12.16",
|
||||||
|
|
|
@ -49,12 +49,6 @@
|
||||||
height: 970px;
|
height: 970px;
|
||||||
background: url("../images/one/3x1.png") no-repeat center/100% 100%;
|
background: url("../images/one/3x1.png") no-repeat center/100% 100%;
|
||||||
}
|
}
|
||||||
.screen-one-3-1.no-border{
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
.screen-one-3-1.no-lable .module-title{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.screen-one-3-2{
|
.screen-one-3-2{
|
||||||
height: 970px;
|
height: 970px;
|
||||||
background: url("../images/one/3x2.png") no-repeat center/100% 100%;
|
background: url("../images/one/3x2.png") no-repeat center/100% 100%;
|
||||||
|
@ -63,9 +57,6 @@
|
||||||
height: 970px;
|
height: 970px;
|
||||||
background: url("../images/one/3x3.png") no-repeat center/100% 100%;
|
background: url("../images/one/3x3.png") no-repeat center/100% 100%;
|
||||||
}
|
}
|
||||||
.screen-one-3-3.no-title{
|
|
||||||
background: url("../images/one/3x32.png") no-repeat center/100% 100%;
|
|
||||||
}
|
|
||||||
.screen-one-3-4{
|
.screen-one-3-4{
|
||||||
height: 970px;
|
height: 970px;
|
||||||
background: url("../images/one/3x4.png") no-repeat center/100% 100%;
|
background: url("../images/one/3x4.png") no-repeat center/100% 100%;
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
.scroll::-webkit-scrollbar {
|
|
||||||
width: 8px;
|
|
||||||
height: 8px;
|
|
||||||
}
|
|
||||||
.scroll::-webkit-scrollbar-thumb {
|
|
||||||
background-color: rgb(1, 169, 255);
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
.bg-date-picker-pop{
|
|
||||||
background-image: url('../images/list_bgd.png');
|
|
||||||
border:solid 1px rgb(1, 169, 255);
|
|
||||||
}
|
|
||||||
.div-no-data{
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
flex-flow: column;
|
|
||||||
}
|
|
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 592 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 805 B |
Before Width: | Height: | Size: 786 B |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 484 B |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 556 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 626 B |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 487 B |
Before Width: | Height: | Size: 756 B |
Before Width: | Height: | Size: 418 B |
Before Width: | Height: | Size: 589 B |
Before Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 761 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 794 B |
Before Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 551 B |
Before Width: | Height: | Size: 465 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 534 B |
Before Width: | Height: | Size: 666 B |
Before Width: | Height: | Size: 465 B |
Before Width: | Height: | Size: 544 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 552 B |
Before Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 1004 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 559 B |
Before Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 726 B |
Before Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 948 B |
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 622 B |
Before Width: | Height: | Size: 557 B |
Before Width: | Height: | Size: 451 B |
Before Width: | Height: | Size: 810 B |
Before Width: | Height: | Size: 327 B |
Before Width: | Height: | Size: 433 B |
Before Width: | Height: | Size: 736 B |
Before Width: | Height: | Size: 625 B |
Before Width: | Height: | Size: 925 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 792 KiB |
Before Width: | Height: | Size: 764 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 830 B |