소스 검색

bug修复

zhengqiang 5 년 전
부모
커밋
753c91de42
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .env.development
  2. 1 0
      src/views/base/applicationExamine-list.vue

+ 1 - 0
.env.development

@@ -1,5 +1,6 @@
 OUT_PUT_DIR=dist/jp-housekeeper-portal
 
+#VUE_APP_BACKEND_URL=http://127.0.0.1:7070/xpgj
 VUE_APP_BACKEND_URL=http://127.0.0.1:8086/jp-housekeeper-server
 #VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/jp-housekeeper-server
 #VUE_APP_BACKEND_URL=http://xpgjapi.xiaoxinda.com

+ 1 - 0
src/views/base/applicationExamine-list.vue

@@ -194,6 +194,7 @@ export default {
         label: "name",
         children: "children",
       },
+      companyResult: []
     };
   },
   created() {