export default {
    name: {
        zh: "EVM应用商店",
        en: "EVM App Store",
    },
    author: "武汉市字节码科技有限公司",
    logo: "",
    officialWeb: "https://www.baidu.com",

    // hostname: "127.0.0.1",
    // port: window.location.port,
    port: 9999,

    /**
     * @type {boolean} true | false
     * @description Whether fix the header
     */
    fixedHeader: true,

    /**
     * @type {boolean} true | false
     * @description Whether show the logo in sidebar
     */
    sidebarLogo: false,
    userblockShow: true, // 用户中心
    isFullScreen: false, //  配置放大按钮初始值
    fullScreenShow: true, // 放大按钮是否显示
    svgFilePath: "@/assets/icons/svg",

    pageInfos: [
        {
            vue: "app-store/index.vue",
            title: "应用管理",
            name: "AppIndex",
            icon: "gongzuotai",
            path: "home",
        },
        {
            vue: "app-store/build.vue",
            title: "打包日志",
            name: "AppBuild",
            icon: "gongzuotai",
            path: "build",
        },
        {
            vue: "app-store/download.vue",
            title: "下载记录",
            name: "AppDownload",
            icon: "gongzuotai",
            path: "download",
        },
        {
            vue: "app-store/framework.vue",
            title: "系统页面",
            name: "Framework",
            icon: "gongzuotai",
            path: "framework",
        },
        {
            vue: "profile/index.vue",
            title: "个人中心",
            name: "Profile",
            icon: "shangcheng",
            path: "profile",
        },
        {
            vue: "system/users.vue",
            title: "用户管理",
            name: "UserIndex",
            icon: "app",
            path: "user",
        },
    ],

    whiteList: ["/login", "/register"],
};