Compare commits

..

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ npm install
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com
# 启动服务---请使用npm 12.16.1版本
# 启动服务---请使用npm 12.16.1版本12.16启动以后有问题。用16.20.2版本
npm run dev
```
# 账号 admin

View File

@ -46,7 +46,7 @@ module.exports = {
// target: `http://120.79.202.7:443`,
// target: `http://100.100.10.216:8099`,
// target: 'http://106.15.139.36:18090',
target: 'http://127.0.0.1:18098',
// target: 'http://127.0.0.1:18098',
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''