| | |
| | | * @Author: 小明丶 |
| | | * @Date: 2019-08-13 18:10:18 |
| | | * @LastEditors: zxq |
| | | * @LastEditTime: 2022-08-02 17:27:11 |
| | | * @LastEditTime: 2022-08-04 10:47:20 |
| | | * @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', |
| | |
| | | // component:()=>import("@/views/user/agreement2.vue"), |
| | | // }, |
| | | { |
| | | path:"/", |
| | | path:"/home", |
| | | name:'home', |
| | | component:()=>import("@/views/home.vue"), |
| | | children:[ |