fix: tokenMapping 初始加载时被 responseType 的 watch 误清
openDialog 中 responseType 赋值后触发了 watcher 异步清除 tokenMapping,导致已加载的 tokenMapping 值被清空。 通过 _skipTokenClear 标志跳过初始加载时的清除逻辑。 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -3,6 +3,6 @@ ENV = 'development'
|
||||
|
||||
# 统一后端服务地址前缀(网关服务名:admin-go)
|
||||
# 开发环境走本地代理,避免 CORS
|
||||
VITE_API_URL = 'http://116.204.74.41:8000'
|
||||
# VITE_API_URL = 'http://192.168.3.30:8000'
|
||||
# VITE_API_URL = 'http://116.204.74.41:8000'
|
||||
VITE_API_URL = 'http://192.168.3.30:8000'
|
||||
# VITE_API_URL = 'http://192.168.3.135:8000'
|
||||
Reference in New Issue
Block a user