HMRouter集成

This commit is contained in:
xiaoxiao 2025-07-15 16:00:39 +08:00
parent 46feac9a02
commit 17f339216c

View File

@ -1,6 +1,7 @@
import { appTasks } from '@ohos/hvigor-ohos-plugin';
import { appPlugin } from "@hadss/hmrouter-plugin";
export default {
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. */
}