增加店铺列表页面,增加vue-amap,修改登录相关接口类型
This commit is contained in:
@@ -114,6 +114,16 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "list",
|
||||
component: () => import("@/views/shop/list/index.vue"),
|
||||
name: "shopList",
|
||||
meta: {
|
||||
title: "店铺列表",
|
||||
affix: false,
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "role",
|
||||
component: () => import("@/views/shop/role.vue"),
|
||||
|
||||
Reference in New Issue
Block a user