Commit 0716a4e5 authored by GuanHua's avatar GuanHua

chore: no update

parent da86afc8
......@@ -101,12 +101,12 @@ const router = [
path: '/',
redirect: '/home'
},
{
path: '/pageCustomized/mobile/template/category',
name: '品类导航页装修',
noLayout: true,
component: '@/pages/pageCustomized/categoryNavigation',
},
// {
// path: '/pageCustomized/mobile/template/category',
// name: '品类导航页装修',
// noLayout: true,
// component: '@/pages/pageCustomized/categoryNavigation',
// },
// {
// path: '/home',
// name: 'home',
......
......@@ -41,7 +41,7 @@ export interface ShopInfo {
describe: string;
state: number;
url: string;
isDefault?: any;
isDefault: number;
}
export interface OrderMode {
......@@ -62,7 +62,7 @@ export interface SiteInfo {
name: string;
logo: string;
siteUrl: string;
symbol?: any;
symbol: string;
}
export interface Site {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment