Explorar el Código

Merge branch 'master' of http://git.ycjcjy.com/state_grid/invoice_fill_admin

李志伟 hace 2 años
padre
commit
d1af3b3591
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      config/config.js

+ 2
- 2
config/config.js Ver fichero

@@ -8,9 +8,9 @@ const { REACT_APP_ENV } = process.env;
8 8
 
9 9
 export default defineConfig({
10 10
   define: {
11
-    API_BASE: 'http://resumework-service.njyunzhi.com',
11
+    API_BASE: 'http://invoice-filling.stategrid.njyunzhi.com',
12 12
   },
13
-  base: '/admin/',  // 路由跳转必须加 admin
13
+  base: '/',  // 路由跳转必须加 admin
14 14
   publicPath: './', // 静态文件相对路径
15 15
   hash: true,
16 16
   history: {