访客邀约修改界面
This commit is contained in:
@@ -5,13 +5,15 @@ module.exports = {
|
||||
configureWebpack: {
|
||||
devServer: {
|
||||
port : 8081,
|
||||
disableHostCheck : true,
|
||||
proxy : {
|
||||
"/js" : {
|
||||
target : "http://tc.cqsznc.com:7080",
|
||||
// target : "https://demo.aidex.vip",
|
||||
// target : "http://183.230.235.66:11010/api",
|
||||
target : "http://tc.cqsznc.com:7080/api",
|
||||
changeOrigin : true,
|
||||
secure : false
|
||||
secure : false,
|
||||
pathRewrite: {
|
||||
'^/js': ''
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user