登录功能,多租户

This commit is contained in:
zhonghua1
2025-12-16 22:36:47 +08:00
parent 2aef477d33
commit eef923a2da
4 changed files with 87 additions and 54 deletions

View File

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