Browse Source

update config

v1.6.0
Yaofa.zhu 2 years ago
parent
commit
da88efa363
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      README.md
  2. +2
    -2
      config/config.js

+ 1
- 1
README.md View File

@@ -1,6 +1,6 @@
# AIStudio apsc-frontend

```
npm i // 安装依赖(用yarn会有问题,所以 yarn.lock 文件可能会有依赖缺失)
npm i // 安装依赖(由于pro-form依赖问题,用yarn会有问题,所以 yarn.lock 文件可能会有依赖缺失)
npm/yarn start // 启动项目
```

+ 2
- 2
config/config.js View File

@@ -78,8 +78,8 @@ export default defineConfig({
manifest: {
basePath: '/',
},
base: '/APSC',
publicPath: '/APSC/',
base: '/apsc',
publicPath: '/apsc/',
proxy: proxy[REACT_APP_ENV || 'dev'],
chainWebpack: webpackPlugin,
});

Loading…
Cancel
Save