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