更新正式环境部署
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
// vue.config.js
|
||||
// http://md.xscmmidi.site 正式api
|
||||
// http://tmd.xscmmidi.site 测试api
|
||||
module.exports = {
|
||||
devServer: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'https://chat.qxmier.com',
|
||||
target: 'http://md.xscmmidi.site',
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '^/api': '' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user