提交 3f130a42 编写于 作者: M mehaotian

fix(stat): 修复channel 类型错误

上级 50004fea
...@@ -150,7 +150,7 @@ export const get_version = () : string => { ...@@ -150,7 +150,7 @@ export const get_version = () : string => {
*/ */
export const get_channel = () : string => { export const get_channel = () : string => {
const platformName = get_platform_name() const platformName = get_platform_name()
let channel:string|null= '' let channel:string = ''
if (platformName === 'n') { if (platformName === 'n') {
channel = sysAppBase.channel ?? '' channel = sysAppBase.channel ?? ''
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册