优化cdn动态加载管理端,修复砍价金额bug,删除部分不规范代码

This commit is contained in:
lemon橪
2021-09-01 10:11:12 +08:00
parent 84cfb26512
commit 71e4c49c3e
59 changed files with 1181 additions and 1527 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")
},