南昌一期打包配置

This commit is contained in:
Jack 2022-08-17 10:18:19 +08:00
parent 6b2d2302d2
commit da76e99170
3 changed files with 107 additions and 137 deletions

View File

@ -1,7 +1,7 @@
var COMPANY = ''; //通用
// var COMPANY='zhongjian'; //中建,和沃尔对接的插件版用这个企业
// var COMPANY='hezhan'; //合展-宿迁
// var COMPANY='nanchang'; //南昌地铁、衢州
var COMPANY = 'nanchang'; //南昌地铁、衢州
// var COMPANY='longguang'; //龙光地产
// var COMPANY='zhengwu'
// var COMPANY='shenbai'; //沈白高铁

View File

@ -45,16 +45,16 @@ export default new Vuex.Store({
// UPLOADURL:'http://10.0.1.43:6023/upload/image',//测试
// FILEURL:'http://10.0.1.43:6023/image/',//测试
BASEURL: baseUrl ? baseUrl : window.location.protocol + '//' + window.location.host + '/', //
// UPLOADURL: window.location.protocol + '//' + window.location.host + '/upload/image', //
// FILEURL: window.location.protocol + '//' + window.location.host + '/image/', //测试 // tag: 本地测试接口
UPLOADURL: window.location.protocol + '//' + window.location.host + '/upload/image', //
FILEURL: window.location.protocol + '//' + window.location.host + '/image/', //测试 // tag: 本地测试接口
/* 2022-05-16 */
// tag: 部署河南项目时,需要打开这两行代码
// UPLOADURL: 'http://124.71.178.44:100/upload/image',
// FILEURL: 'http://124.71.178.44:100/image/',
/* 2022-06-06 */ // BASEURL:'http://192.168.34.174:6023/',
UPLOADURL: 'http://192.168.34.125:6023/upload/image',
FILEURL: 'http://192.168.34.125:6023/image/',
// UPLOADURL: 'http://192.168.34.125:6023/upload/image',
// FILEURL: 'http://192.168.34.125:6023/image/',
// UPLOADURL:'http://192.168.34.246:6023/upload/image',
// FILEURL:'http://192.168.34.246:6023/image',

View File

@ -111,56 +111,26 @@ export default {
// label: "访",
// value: "18"
// }],
options:[{
label: "高空火警",
value: "8"
},{
label: "考勤提醒",
value: "1"
},{
label: "防疫人员通知",
value: "2"
},{
label: "防疫车辆通知",
value: "3"
},{
label: "访客通知",
value: "16"
},{
label: "混凝土监测",
value: "4"
},{
label: "卸料平台",
value: "5"
},{
label: "配电箱",
value: "6"
},{
label: "扬尘",
value: "7"
},{
label: "标养室",
value: "9"
},{
label: "安全检查",
value: "10"
},{
label: "质量检查",
value: "11"
},{
label: "塔吊",
value: "12"
},{
label: "升降机",
value: "13"
},{
label: "电表",
value: "14"
},{
label: "水表",
value: "15"
}],
};
//
options: [
{ label: '高空火警', value: '8' },
{ label: '考勤提醒', value: '1' },
{ label: '防疫人员通知', value: '2' },
{ label: '防疫车辆通知', value: '3' },
{ label: '访客通知', value: '16' },
{ label: '混凝土监测', value: '4' },
{ label: '卸料平台', value: '5' },
{ label: '配电箱', value: '6' },
{ label: '扬尘', value: '7' },
{ label: '标养室', value: '9' },
{ label: '安全检查', value: '10' },
{ label: '质量检查', value: '11' },
{ label: '塔吊', value: '12' },
{ label: '升降机', value: '13' },
{ label: '电表', value: '14' },
{ label: '水表', value: '15' }
]
}
},
created() {
// ''