Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈智峰
jinfa-admin
Commits
e12dbebf
Commit
e12dbebf
authored
Dec 28, 2021
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改配置
parent
77e129ab
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
demo.js
demo.js
+1
-1
global.d.ts
src/global/config/global.d.ts
+7
-6
No files found.
demo.js
View file @
e12dbebf
...
...
@@ -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
:
[
{
...
...
src/global/config/global.d.ts
View file @
e12dbebf
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment