访客邀约修改界面

This commit is contained in:
2025-09-01 18:12:53 +08:00
parent da06ac8899
commit 7b4050b55f
49 changed files with 7625 additions and 135 deletions

View File

@@ -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': ''
}
}
}
}