登录功能,多租户
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "AIDriverEEAudio6",
|
||||
"appid" : "__UNI__AIDriverEEAudio6",
|
||||
"appid" : "wx534c58a9db510fba",
|
||||
"description" : "云端一体应用快速开发基本项目模版",
|
||||
"versionName" : "1.0.0",
|
||||
"versionCode" : "100",
|
||||
@@ -48,17 +48,11 @@
|
||||
"h5" : {
|
||||
"devServer" : {
|
||||
"port" : 8080,
|
||||
"https" : false,
|
||||
"disableHostCheck" : true,
|
||||
"proxy" : {
|
||||
"^/api" : {
|
||||
// 注意:此代理target需要与 common/env.js 中的 apiEnv 配置保持一致
|
||||
// 如果 apiEnv 为 'local',target 应为 "http://localhost:8090"
|
||||
// 如果 apiEnv 为 'prod',target 应为 "https://api.huayang-star.com"
|
||||
"target" : "http://localhost:8090",
|
||||
"changeOrigin" : true,
|
||||
"secure" : false,
|
||||
"ws" : false
|
||||
"secure" : false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user