HMRouter集成
This commit is contained in:
parent
46feac9a02
commit
17f339216c
@ -1,6 +1,7 @@
|
|||||||
import { appTasks } from '@ohos/hvigor-ohos-plugin';
|
import { appTasks } from '@ohos/hvigor-ohos-plugin';
|
||||||
|
import { appPlugin } from "@hadss/hmrouter-plugin";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
system: appTasks, /* Built-in plugin of Hvigor. It cannot be modified. */
|
system: appTasks, /* Built-in plugin of Hvigor. It cannot be modified. */
|
||||||
plugins:[] /* Custom plugin to extend the functionality of Hvigor. */
|
plugins: [appPlugin({ ignoreModuleNames: [ /** 不需要扫描的模块 **/ ] })] /* Custom plugin to extend the functionality of Hvigor. */
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user