增加店铺列表页面,增加vue-amap,修改登录相关接口类型

This commit is contained in:
2025-02-12 13:52:52 +08:00
parent a599adc63e
commit 81d6ef44ef
18 changed files with 1399 additions and 62 deletions

View File

@@ -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"),