feat(equipment): 接入运维模式开关与编辑用户 mode 字段

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-08-25 14:12:29 +08:00
co-authored by Claude Opus 4.7
parent 2e07a7fcee
commit f6d6591c69
5 changed files with 30 additions and 11 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
/// <reference path="./types/index.d.ts" />
interface IAppOption {
globalData: {}
globalData: {
operationsEngineer?: boolean
[key: string]: any
}
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback
/** 获取微信登录临时 code */
getWxLoginCode(): Promise<string>