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