feat(equipment): 接入运维模式开关与编辑用户 mode 字段
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
2e07a7fcee
commit
f6d6591c69
Vendored
+4
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user