新版本官网优化完成
This commit is contained in:
53
types/global.d.ts
vendored
53
types/global.d.ts
vendored
@@ -1,26 +1,41 @@
|
||||
export interface Config {
|
||||
tel1?: string;
|
||||
icpNo?: string;
|
||||
tel2?: string;
|
||||
address?: string;
|
||||
address2?: string;
|
||||
callPhone?: string;
|
||||
copyright?: string;
|
||||
qrcode?: string;
|
||||
domain?: string;
|
||||
siteName?: string;
|
||||
siteLogo?: string;
|
||||
siteLogoStyles?: string;
|
||||
subpageBanner?: string;
|
||||
bottomBg?: string;
|
||||
elMenuMaxNumber?: number;
|
||||
showSearchTools?: string;
|
||||
showSearchIcon?: string;
|
||||
showLoginButton?: string;
|
||||
email?: string;
|
||||
fax?: string;
|
||||
gaCode?: string;
|
||||
gaIcon?: string;
|
||||
gaNo?: string;
|
||||
homeUrl?: string;
|
||||
pageLeftInfoUrl?: string;
|
||||
icpNo?: string;
|
||||
phone?: string;
|
||||
productParentId?: string;
|
||||
qqCode?: string;
|
||||
searchCategoryId?: string;
|
||||
showAdminIcon?: string;
|
||||
loginBgImg?: string;
|
||||
yyyy_bg?: string;
|
||||
siteLogo?: string;
|
||||
siteName?: string;
|
||||
siteNameAlt?: string;
|
||||
siteNameSeo?: string;
|
||||
tel?: string;
|
||||
topWelcomeInfo?: string;
|
||||
wxMpQrcode?: string;
|
||||
wxQrcode?: string;
|
||||
wxQrcodeText?: string;
|
||||
copyrightForDemoData?: string;
|
||||
MustLogin?: boolean;
|
||||
wxQrcode2?: string;
|
||||
IndexAboutInfo?: string;
|
||||
IndexLayoutInfo?: string;
|
||||
MobileIndexInfo?: string;
|
||||
MobileIndexInfoImage?: string;
|
||||
MobileIndexInfoTopImage?: string;
|
||||
MobileIndexInfoHZGYImage?: string;
|
||||
MobileIndexInfoLogoList?: string;
|
||||
MobileIndexCode?: string;
|
||||
MobileIndexBottomBanner?: string;
|
||||
IndexAboutNum?: string;
|
||||
showTopBar?: string;
|
||||
}
|
||||
|
||||
export interface BreadcrumbItem {
|
||||
|
||||
Reference in New Issue
Block a user