Przeglądaj źródła

修改app.js ip

code4eat 2 lat temu
rodzic
commit
dd8aba5505
1 zmienionych plików z 2 dodań i 2 usunięć
  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/', //演示
     },
     {