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

fix: 修改配置

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