@@ -54,7 +54,7 @@
</a-col>
<a-col :span="8" class="item-w">
<div class="item-label">启用状态:</div>
- <div class="item-cont">{{ storeInfo.isEnableDictValue ? storeInfo.isEnableDictValue : '--' }}</div>
+ <div class="item-cont">{{ storeInfo.enableFlagDictValue ? storeInfo.enableFlagDictValue : '--' }}</div>
<a-col :span="8">
<a-form-model-item class="form-label" label="组织归属" prop="orgCode" :label-col="{ span: 7 }" :wrapper-col="{ span: 17 }">
@@ -109,6 +109,7 @@ const vueConfig = {
proxy: {
'/api': {
// target: 'http://192.168.16.100:9102/at-admin/',
+ // target: 'http://192.168.16.105:8202/at-admin/',
target: 'https://aitour.test.zyucgj.com/at-admin/',
ws: false,
changeOrigin: true,