登录方式重构

This commit is contained in:
Aaron
2021-07-19 19:37:35 +08:00
parent 79305d7497
commit b196b5237d
21 changed files with 858 additions and 323 deletions

View File

@ -135,7 +135,9 @@
"mp-weixin" : {
"appid" : "wx604d2ea4702620d2",
"setting" : {
"urlCheck" : false
"urlCheck" : true,
"postcss" : true,
"minified" : false
},
"usingComponents" : true,
"permission" : {
@ -165,17 +167,17 @@
"title" : "yshop",
"devServer" : {
"disableHostCheck" : true,
"proxy": {
"/h5api": {
// 需要被代理的后台地址
"target": "http://itxzz.top",
"changeOrigin": true,
"secure": false,
"pathRewrite": {
"^/h5api": "/api"
}
}
}
"proxy" : {
"/h5api" : {
// 需要被代理的后台地址
"target" : "http://itxzz.51vip.biz/",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"^/h5api" : "/api"
}
}
}
},
"router" : {
"mode" : "history"