install ui

This commit is contained in:
Jacky 2021-08-31 23:48:46 +08:00
parent 39a3b13595
commit 2287b1792c
56 changed files with 398 additions and 116 deletions

View file

@ -19,18 +19,7 @@ module.exports = {
},
},
devServer: {
proxy: {
'/ws': {
target: 'wss://nginx.jackyu.cn/api',
changeOrigin: true,
pathRewrite: {
'^/ws': '',
},
},
'': {
target: 'https://nginx.jackyu.cn/api',
}
}
proxy: 'https://nginx.jackyu.cn/api'
},
productionSourceMap: false,