) : undefined}
- {locale.value ? (
+ {/* {locale.value ? (
- ) : undefined}
+ ) : undefined} */}
{message.value ? (
) : undefined}
diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts
index c6c95e808..2bf61258b 100644
--- a/src/router/modules/remaining.ts
+++ b/src/router/modules/remaining.ts
@@ -329,126 +329,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
}
}
]
- },
- {
- path: '/product',
- component: Layout,
- name: 'Product',
- meta: {
- hidden: true
- },
- children: [
- {
- path: 'spu/add',
- component: () => import('@/views/mall/product/spu/form/index.vue'),
- name: 'ProductSpuAdd',
- meta: {
- noCache: true,
- hidden: true,
- canTo: true,
- icon: 'ep:edit',
- title: '添加商品',
- activeMenu: '/product/product-spu'
- }
- },
- {
- path: 'spu/edit/:spuId(\\d+)',
- component: () => import('@/views/mall/product/spu/form/index.vue'),
- name: 'ProductSpuEdit',
- meta: {
- noCache: true,
- hidden: true,
- canTo: true,
- icon: 'ep:edit',
- title: '编辑商品',
- activeMenu: '/product/product-spu'
- }
- },
- {
- path: 'spu/detail/:spuId(\\d+)',
- component: () => import('@/views/mall/product/spu/form/index.vue'),
- name: 'ProductSpuDetail',
- meta: {
- noCache: true,
- hidden: true,
- canTo: true,
- icon: 'ep:view',
- title: '商品详情',
- activeMenu: '/product/product-spu'
- }
- },
- {
- path: 'property/value/:propertyId(\\d+)',
- component: () => import('@/views/mall/product/property/value/index.vue'),
- name: 'ProductPropertyValue',
- meta: {
- noCache: true,
- hidden: true,
- canTo: true,
- icon: 'ep:view',
- title: '商品属性值',
- activeMenu: '/product/property'
- }
- }
- ]
- },
- {
- path: '/trade',
- component: Layout,
- name: 'Order',
- meta: {
- hidden: true
- },
- children: [
- {
- path: 'order/detail/:orderId(\\d+)',
- component: () => import('@/views/mall/trade/order/detail/index.vue'),
- name: 'TradeOrderDetail',
- meta: { title: '订单详情', icon: '', activeMenu: '/trade/trade/order' }
- },
- {
- path: 'after-sale/detail/:orderId(\\d+)',
- component: () => import('@/views/mall/trade/afterSale/detail/index.vue'),
- name: 'TradeAfterSaleDetail',
- meta: { title: '退款详情', icon: '', activeMenu: '/trade/trade/after-sale' }
- }
- ]
- },
- {
- path: '/member',
- component: Layout,
- name: 'member',
- meta: { hidden: true },
- children: [
- {
- path: 'user/detail/:id',
- name: 'MemberUserDetail',
- meta: {
- title: '会员详情',
- noCache: true,
- hidden: true
- },
- component: () => import('@/views/member/user/detail/index.vue')
- }
- ]
- },
- {
- path: '/pay',
- component: Layout,
- name: 'pay',
- meta: { hidden: true },
- children: [
- {
- path: 'cashier',
- name: 'PayCashier',
- meta: {
- title: '收银台',
- noCache: true,
- hidden: true
- },
- component: () => import('@/views/pay/cashier/index.vue')
- }
- ]
}
]
diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue
index 19ffe2d79..cabe5579d 100644
--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -9,7 +9,7 @@
>
-
+
{{ underlineToHump(appStore.getTitle) }}
@@ -29,7 +29,7 @@