提交 23207beb 编写于 作者: fxy060608's avatar fxy060608

wip(uts): compiler

上级 70b90a5a
......@@ -45,15 +45,12 @@ export function uniAppManifestPlugin(): Plugin {
asset.source =
asset.source +
`
import "io.dcloud.uniapp.appframe.IAppConfig"
export class UniAppConfig extends IAppConfig {
import "io.dcloud.uniapp.appframe.AppConfig"
export class UniAppConfig extends AppConfig {
override name: string = "${manifestJson.name || ''}"
override appid: string = "${manifestJson.appid || ''}"
override versionName: string = "${manifestJson.versionName || ''}"
override versionCode: string = "${manifestJson.versionCode || ''}"
// 以下要移除
override pageMode: string = "${manifestJson.pageMode || ''}"
override launchPath: string = "${manifestJson.launchPath || ''}"
}
`
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册