zhuangyunsheng 1 месяц назад
Родитель
Сommit
f52dc9542a
2 измененных файлов с 4 добавлено и 1 удалено
  1. 3 1
      .env.development
  2. 1 0
      src/views/project/info/bindItem/index.vue

+ 3 - 1
.env.development

@@ -7,9 +7,11 @@ VUE_APP_TITLE = EasyDo运营中心
 # 接口地址
 # VUE_APP_API_BASEURL = http://www.qdeasydo.com/api
 # VUE_APP_OPS_BASEURL = http://www.qdeasydo.com/ops
-VUE_APP_ZEROAPI_BASEURL = http://www.qdeasydo.com
 VUE_APP_API_BASEURL  = http://192.168.101.93:8802
 VUE_APP_OPS_BASEURL = http://192.168.101.93:8804
+# VUE_APP_API_BASEURL  = http://192.168.101.135:8802
+# VUE_APP_OPS_BASEURL = http://192.168.101.135:8804
+VUE_APP_ZEROAPI_BASEURL = http://www.qdeasydo.com
 
 # 本地端口
 VUE_APP_PORT = 3200

+ 1 - 0
src/views/project/info/bindItem/index.vue

@@ -141,6 +141,7 @@ const getAcceptItems = (projectId) => {
         let count = 0;
         XEUtils.arrayEach(itemsRes, item => {
             if (!XEUtils.get(infoRes, "data", []).length) {
+                item.fileList = [];
                 if (item.acceptItemType == "基础项" && count < 18) {
                     item.checked = true;
                     count++;