提交 51d67817 编写于 作者: fxy060608's avatar fxy060608

fix(x-android): 调整 APPID 默认值

上级 62735bba
......@@ -22,7 +22,7 @@ import { createCompilerError } from './uvue/compiler/errors'
export const UVUE_CLASS_NAME_PREFIX = 'Gen'
export const DEFAULT_APPID = 'HBuilder'
export const DEFAULT_APPID = '__UNI__uniappx'
export const ENTRY_FILENAME = 'main.uts'
......
......@@ -131,7 +131,7 @@ function resolveSourceMapFile(
}
}
const DEFAULT_APPID = 'HBuilder'
const DEFAULT_APPID = '__UNI__uniappx'
function normalizeAppid(appid: string) {
return appid.replace(/_/g, '')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册