feat: 登录页面联调
This commit is contained in:
@@ -68,5 +68,18 @@
|
||||
"uniStatistics" : {
|
||||
"enable" : false
|
||||
},
|
||||
"h5" : {
|
||||
"devServer" : {
|
||||
"proxy" : {
|
||||
"/backend-api" : {
|
||||
"target" : "http://192.168.2.76:8000",
|
||||
"changeOrigin" : true,
|
||||
"pathRewrite" : {
|
||||
"^/backend-api" : "/api"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"vueVersion" : "3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user