Commit e12dbebf authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 修改配置

parent 77e129ab
...@@ -2,7 +2,7 @@ const mockData = { ...@@ -2,7 +2,7 @@ const mockData = {
message: '', message: '',
code: 1000, code: 1000,
data: { data: {
global: { linkseeks: {
logo: 'http://lingxi-frontend-test.oss-cn-hangzhou.aliyuncs.com/images/logo.png', logo: 'http://lingxi-frontend-test.oss-cn-hangzhou.aliyuncs.com/images/logo.png',
countryList: [ countryList: [
{ {
......
...@@ -3,7 +3,7 @@ export interface ShopInfo { ...@@ -3,7 +3,7 @@ export interface ShopInfo {
name: string; name: string;
type: number; type: number;
environment: number; environment: number;
property?: any; property: number;
self: number; self: number;
memberOperate: number; memberOperate: number;
logoUrl: string; logoUrl: string;
...@@ -11,7 +11,7 @@ export interface ShopInfo { ...@@ -11,7 +11,7 @@ export interface ShopInfo {
state: number; state: number;
url: string; url: string;
isDefault: number; isDefault: number;
createTime?: any; createTime: number;
} }
export interface OrderMode { export interface OrderMode {
...@@ -32,10 +32,10 @@ export interface SiteInfo { ...@@ -32,10 +32,10 @@ export interface SiteInfo {
name: string; name: string;
logo: string; logo: string;
siteUrl: string; siteUrl: string;
symbol?: any; symbol: string;
} }
export interface Site { export interface Global {
siteInfo: SiteInfo; siteInfo: SiteInfo;
} }
...@@ -54,7 +54,7 @@ export interface MenuList { ...@@ -54,7 +54,7 @@ export interface MenuList {
children: Children[]; children: Children[];
} }
export interface Global { export interface Linkseek {
logo: string; logo: string;
countryList: CountryList[]; countryList: CountryList[];
menuList: MenuList[]; menuList: MenuList[];
...@@ -62,6 +62,6 @@ export interface Global { ...@@ -62,6 +62,6 @@ export interface Global {
export interface RootObject { export interface RootObject {
web: Web; web: Web;
site: Site;
global: Global; global: Global;
linkseeks: Linkseek;
} }
\ No newline at end of file
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