jiangping
2023-10-16 d7fe8ae3888c8e2b1eea3c1e3769be0d42a21cc9
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,10 +100,19 @@
        path: '/wxLogin',
        name: 'wxLogin',
        meta: {
            title: '登录中',
            title: 'DM云工厂',
            keepAlive: false
        },
        component: () => import('@/views/wxLogin.vue')
    },
    {
        path: '/appletLogin',
        name: 'appletLogin',
        meta: {
            title: 'DM云工厂',
            keepAlive: false
        },
        component: () => import('@/views/appletLogin.vue')
    }
]