mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 08:55:52 +08:00
优化店铺端代码,减少报错信息,动态cdn加载,优化速度30%+
This commit is contained in:
@@ -19,7 +19,7 @@ export const otherRouter = {
|
||||
children: [
|
||||
{
|
||||
path: "home",
|
||||
title: { i18n: "home" },
|
||||
title: "首页",
|
||||
name: "home_index",
|
||||
component: () => import("@/views/home/home.vue")
|
||||
},
|
||||
@@ -132,7 +132,7 @@ export const otherRouter = {
|
||||
title: "订单详情",
|
||||
name: "order-detail",
|
||||
component: () => import("@/views/order/order/orderDetail.vue")
|
||||
},
|
||||
}
|
||||
|
||||
// {
|
||||
// path: "/*",
|
||||
|
||||
Reference in New Issue
Block a user