Commit e8f30c49 authored by GuanHua's avatar GuanHua

chore: 更新装修依赖版本

parent 3e5a0a7a
......@@ -58,10 +58,10 @@
"@antv/data-set": "^0.11.5",
"@formily/antd": "^1.2.11",
"@formily/antd-components": "^1.2.11",
"@lingxi-disign/core": "^1.0.5",
"@lingxi-disign/react": "^1.0.5",
"@lingxi-disign/core": "^1.0.6",
"@lingxi-disign/react": "^1.0.7",
"@lingxi-disign/react-web": "^1.0.2",
"@lingxi-disign/ui": "^1.0.4",
"@lingxi-disign/ui": "^1.0.6",
"@types/crypto-js": "^4.0.1",
"@umijs/hooks": "^1.9.3",
"@umijs/preset-react": "1.x",
......
......@@ -3,15 +3,11 @@ export interface ShopInfo {
name: string;
type: number;
environment: number;
property?: any;
self: number;
memberOperate: number;
logoUrl: string;
describe: string;
describe?: any;
state: number;
url: string;
isDefault?: any;
createTime?: any;
isDefault: number;
}
export interface OrderMode {
......@@ -32,7 +28,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