Mr.Shi
2023-08-21 3d1a4b4bf3d37e29a3d3345e00f9f84c0d7959a6
h5_standard/src/router/module/index.ts
@@ -11,7 +11,7 @@
                name: 'index',
                meta: {
                    title: '待办',
                    keepAlive: false
                    keepAlive: true
                },
                component: () => import('@/views/tabPage/toBeHandled.vue')
            },
@@ -100,7 +100,7 @@
        path: '/wxLogin',
        name: 'wxLogin',
        meta: {
            title: '登录中',
            title: 'DM云工厂',
            keepAlive: false
        },
        component: () => import('@/views/wxLogin.vue')