refactor(app): 重构二维码处理逻辑
- 优化了 MiniAppManager 中的二维码处理流程 - 新增了 SignManager 中的 qrDisposeWithPhone 方法 - 修改了 SignManagerReal 中的 qrDisposes 方法签名 - 调整了 UnSignBatchView 中的签名完成逻辑 - 更新了 Index 页面中的版本号和路由逻辑
这个提交包含在:
父节点
5ae6ac7e01
当前提交
80f418c30a
@ -2,8 +2,8 @@
|
|||||||
* Use these variables when you tailor your ArkTS code. They must be of the const type.
|
* Use these variables when you tailor your ArkTS code. They must be of the const type.
|
||||||
*/
|
*/
|
||||||
export const HAR_VERSION = '1.0.5';
|
export const HAR_VERSION = '1.0.5';
|
||||||
export const BUILD_MODE_NAME = 'debug';
|
export const BUILD_MODE_NAME = 'release';
|
||||||
export const DEBUG = true;
|
export const DEBUG = false;
|
||||||
export const TARGET_NAME = 'default';
|
export const TARGET_NAME = 'default';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户