添加了湖里要求的背景
@ -1,7 +1,7 @@
|
||||
var COMPANY = ''; //通用
|
||||
// var COMPANY = ''; //通用
|
||||
// var COMPANY='zhongjian'; //中建,和沃尔对接的插件版用这个企业
|
||||
// var COMPANY='hezhan'; //合展-宿迁
|
||||
// var COMPANY='nanchang'; //南昌地铁、衢州
|
||||
var COMPANY='nanchang'; //南昌地铁、衢州
|
||||
// var COMPANY='longguang'; //龙光地产
|
||||
// var COMPANY='zhengwu'
|
||||
// var COMPANY='shenbai'; //沈白高铁
|
||||
|
||||
BIN
src/assets/images/dataBoard/55.jpg
Normal file
|
After Width: | Height: | Size: 885 KiB |
BIN
src/assets/images/dataBoard/555.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
src/assets/images/dataBoard/menuBG-active2.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
src/assets/images/dataBoard/menuBG2.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
src/assets/images/dataBoard/tabBG-active2.png
Normal file
|
After Width: | Height: | Size: 504 B |
BIN
src/assets/images/dataBoard/tabBG2.png
Normal file
|
After Width: | Height: | Size: 571 B |
BIN
src/assets/images/dataBoard/title_line3.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
@ -37,13 +37,13 @@ if (process.env.NODE_ENV == 'development') {
|
||||
// axios.defaults.baseURL = 'https://zhgd.loganwy.com/' //龙光
|
||||
// axios.defaults.baseURL = 'https://zhgd-uat.logan.com.cn/'
|
||||
|
||||
// axios.defaults.baseURL = 'http://36.137.53.203:9090/'; // 南昌地铁 17512009894 123456789 gdjt 123456789
|
||||
axios.defaults.baseURL = 'http://36.137.53.203:9090/'; // 南昌地铁 17512009894 123456789 gdjt 123456789
|
||||
|
||||
// axios.defaults.baseURL = 'http://192.168.34.125:6023/'
|
||||
// axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南
|
||||
// tag: 本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.174:6023/' // 老大本地
|
||||
axios.defaults.baseURL = 'http://192.168.34.125:6023/'; //杨意本地 http/1.1
|
||||
// axios.defaults.baseURL = 'http://192.168.34.125:6023/'; //杨意本地 http/1.1
|
||||
// axios.defaults.baseURL = 'http://47.97.202.104:6023/';
|
||||
// axios.defaults.baseURL = 'http://124.71.178.44:9500/'; // 星璇
|
||||
// axios.defaults.baseURL = 'http://120.196.217.6:7000/';
|
||||
|
||||
@ -2555,7 +2555,7 @@ export default {
|
||||
personSerial: "",
|
||||
};
|
||||
this.getUfaceDevList();
|
||||
this.goTwo();
|
||||
// this.goTwo();
|
||||
this.addPersonDialog = true;
|
||||
this.personForm = JSON.parse(JSON.stringify(value));
|
||||
this.personForm.sex = Number(value.sex);
|
||||
|
||||