wangzhibo
4 天以前 10595d8632f959d0954d1939243196f4eed02372
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import type { ModuleConfig } from "/@/cool";
 
export default (): ModuleConfig => {
    return {
        description: "APP应用管理模块:版本升级、意见反馈、投诉建议、套餐设置",
 
        // #ifdef APP
        demo: {
            label: "Version 版本升级",
            path: "/uni_modules/cool-app/pages/version/demo",
        },
        // #endif
    };
};