Bladeren bron

bug修复

chenrui 4 jaren geleden
bovenliggende
commit
9283a6054e
2 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 1 1
      src/views/BasicSettings/StoreModal.vue
  2. 1 0
      vue.config.js

+ 1 - 1
src/views/BasicSettings/StoreModal.vue

@@ -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>
         <a-col :span="8">
           <a-form-model-item class="form-label" label="组织归属" prop="orgCode" :label-col="{ span: 7 }" :wrapper-col="{ span: 17 }">

+ 1 - 0
vue.config.js

@@ -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,