zhaoxiaoqiang
2022-08-12 c54918acc4e2f7eb34c6a8565777a7e67d21e140
src/router/routes.js
@@ -2,18 +2,18 @@
 * @Author: 小明丶
 * @Date: 2019-08-13 18:10:18
 * @LastEditors: zxq
 * @LastEditTime: 2022-08-02 17:27:11
 * @LastEditTime: 2022-06-16 16:42:54
 * @Description:
 */
export default [
    // {
    //     path:"/",
    //     name:'front-login',
    //     component:()=>import("@/views/user/front-login.vue"),
    //     meta:{
    //         isLogin:true
    //     }
    // },
    {
        path:"/",
        name:'front-login',
        component:()=>import("@/views/user/front-login.vue"),
        meta:{
            isLogin:true
        }
    },
    {
        path:"/login",
        name:'login',
@@ -36,7 +36,7 @@
    //     component:()=>import("@/views/user/agreement2.vue"),  
    // },
    {
        path:"/",
        path:"/home",
        name:'home',
        component:()=>import("@/views/home.vue"),
        children:[