Compare commits
2 Commits
7572681e95
...
101fb39429
| Author | SHA1 | Date | |
|---|---|---|---|
| 101fb39429 | |||
| 4bd6b7d37a |
@ -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
|
||||
|
||||
@ -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]: ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user