提交 e7c3a513 编写于 作者: D DCloud_LXH

feat(app): getAppBaseInfo add appWgtVersion

上级 03defe9f
......@@ -64,6 +64,7 @@ export const getAppBaseInfo = defineSyncApi<typeof uni.getAppBaseInfo>(
appName,
appVersion,
appVersionCode,
appWgtVersion,
} = systemInfo
return {
......@@ -71,6 +72,7 @@ export const getAppBaseInfo = defineSyncApi<typeof uni.getAppBaseInfo>(
appName,
appVersion,
appVersionCode,
appWgtVersion,
appLanguage: getLocale ? getLocale() : osLanguage,
enableDebug: false,
hostPackageName,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册