refector: 界面字段优化
This commit is contained in:
parent
1cfd216468
commit
1177af5088
|
@ -10,6 +10,7 @@ VUE_APP_TITLE = '曲阳金隅安全智能管控平台'
|
||||||
# VUE_APP_API_BASEURL = http://222.222.144.147:6013/api
|
# VUE_APP_API_BASEURL = http://222.222.144.147:6013/api
|
||||||
#VUE_APP_API_BASEURL = http://10.99.5.79:20309/api
|
#VUE_APP_API_BASEURL = http://10.99.5.79:20309/api
|
||||||
VUE_APP_API_BASEURL = http://49.232.14.174:2226/api
|
VUE_APP_API_BASEURL = http://49.232.14.174:2226/api
|
||||||
|
# VUE_APP_API_BASEURL = http://127.0.0.1:2226/api
|
||||||
#VUE_APP_BASEURL = http://127.0.0.1:8000
|
#VUE_APP_BASEURL = http://127.0.0.1:8000
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -127,7 +127,8 @@
|
||||||
},
|
},
|
||||||
trigger_:{
|
trigger_:{
|
||||||
"door": "门禁",
|
"door": "门禁",
|
||||||
"location": "定位"
|
"location": "定位",
|
||||||
|
"panel": "面板机"
|
||||||
},
|
},
|
||||||
excelName:'',
|
excelName:'',
|
||||||
weekList : ['姓名','星期'],
|
weekList : ['姓名','星期'],
|
||||||
|
|
Loading…
Reference in New Issue