优化店铺端代码,减少报错信息,动态cdn加载,优化速度30%+

This commit is contained in:
lemon橪
2021-08-27 18:10:33 +08:00
parent 7caa2fd40d
commit e6d8d87c31
16 changed files with 455 additions and 568 deletions

View File

@@ -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: "/*",