update: 优化视频

This commit is contained in:
wangxinbo
2021-09-25 19:22:46 +08:00
parent f88a929c20
commit bc0b5d4041
6 changed files with 94 additions and 24 deletions

View File

@ -33,8 +33,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8083`,
//target: `http://120.53.14.147:9990/`,
// target: `http://localhost:8083`,
target: `http://120.53.14.147:9990/`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''