소스 검색

修改app.js ip

code4eat 2 년 전
부모
커밋
dd8aba5505
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/app.tsx

+ 2 - 2
src/app.tsx

@@ -248,8 +248,8 @@ export const qiankun = fetch('/config').then(() => ({
     // },
     {
       name: 'budgetManaSystem', // 唯一 id
-      //entry: '//localhost:8001',
-      entry: '//120.27.235.181:5000/perform/',  //开发
+      entry: '//localhost:8001',
+      //entry: '//120.27.235.181:5000/perform/',  //开发
       //entry: '//47.96.149.190:5000/perform/', //演示
     },
     {