Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-mall
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
shenshaokai
jinfa-mall
Commits
1052262b
Commit
1052262b
authored
Dec 01, 2021
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 加上ts的json可解析
parent
e51bd52f
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
23 additions
and
20 deletions
+23
-20
asset-manifest.json
apps/b2b/output/asset-manifest.json
+4
-4
index.ts
apps/b2b/src/global/config/index.ts
+2
-2
index.ts
apps/channel/src/global/config/index.ts
+1
-0
tsconfig.json
apps/channel/tsconfig.json
+2
-2
tsconfig.json
apps/info/tsconfig.json
+2
-2
tsconfig.json
apps/logistics/tsconfig.json
+2
-2
tsconfig.json
apps/manufacture/tsconfig.json
+2
-2
index.ts
apps/platform/src/global/config/index.ts
+1
-0
tsconfig.json
apps/platform/tsconfig.json
+2
-2
index.ts
apps/self/src/global/config/index.ts
+1
-0
tsconfig.json
apps/self/tsconfig.json
+2
-2
tsconfig.json
apps/srm/tsconfig.json
+2
-2
No files found.
apps/b2b/output/asset-manifest.json
View file @
1052262b
{
"Page.css"
:
"/static/css/Page.
573deb
.chunk.css"
,
"Page.js"
:
"/static/js/Page.
573deb
.chunk.js"
,
"vendor.js"
:
"/static/js/vendor.
573deb
.chunk.js"
,
"runtime~Page.js"
:
"/static/js/runtime~Page.
573deb
.js"
,
"Page.css"
:
"/static/css/Page.
426658
.chunk.css"
,
"Page.js"
:
"/static/js/Page.
426658
.chunk.js"
,
"vendor.js"
:
"/static/js/vendor.
426658
.chunk.js"
,
"runtime~Page.js"
:
"/static/js/runtime~Page.
426658
.js"
,
"static/media/index.less"
:
"/static/media/company_info_bg.13f09ad9.png"
,
"static/media/default_ad_img.png"
:
"/static/media/default_ad_img.f4b27ac5.png"
,
"static/media/pay_success.png"
:
"/static/media/pay_success.58ee44a7.png"
,
...
...
apps/b2b/src/global/config/index.ts
View file @
1052262b
...
...
@@ -19,6 +19,6 @@ const getMallList = () => {
return
webMallList
}
Config
.
getMallList
=
getMallList
(
Config
as
any
)
.
getMallList
=
getMallList
export
const
GlobalConfig
:
GlobalConfigType
=
Config
export
const
GlobalConfig
:
GlobalConfigType
=
Config
as
GlobalConfigType
apps/channel/src/global/config/index.ts
View file @
1052262b
// @ts-nocheck
/**
*
* **********
...
...
apps/channel/tsconfig.json
View file @
1052262b
...
...
@@ -6,6 +6,7 @@
"esnext"
],
"declaration"
:
true
,
"resolveJsonModule"
:
true
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"incremental"
:
true
,
...
...
@@ -32,4 +33,4 @@
"**/*.spec.ts"
,
"web"
]
}
\ No newline at end of file
}
apps/info/tsconfig.json
View file @
1052262b
...
...
@@ -6,6 +6,7 @@
"esnext"
],
"declaration"
:
true
,
"resolveJsonModule"
:
true
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"incremental"
:
true
,
...
...
@@ -32,4 +33,4 @@
"**/*.spec.ts"
,
"web"
]
}
\ No newline at end of file
}
apps/logistics/tsconfig.json
View file @
1052262b
...
...
@@ -6,6 +6,7 @@
"esnext"
],
"declaration"
:
true
,
"resolveJsonModule"
:
true
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"incremental"
:
true
,
...
...
@@ -32,4 +33,4 @@
"**/*.spec.ts"
,
"web"
]
}
\ No newline at end of file
}
apps/manufacture/tsconfig.json
View file @
1052262b
...
...
@@ -6,6 +6,7 @@
"esnext"
],
"declaration"
:
true
,
"resolveJsonModule"
:
true
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"incremental"
:
true
,
...
...
@@ -32,4 +33,4 @@
"**/*.spec.ts"
,
"web"
]
}
\ No newline at end of file
}
apps/platform/src/global/config/index.ts
View file @
1052262b
// @ts-nocheck
/**
*
* **********
...
...
apps/platform/tsconfig.json
View file @
1052262b
...
...
@@ -6,6 +6,7 @@
"esnext"
],
"declaration"
:
true
,
"resolveJsonModule"
:
true
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"incremental"
:
true
,
...
...
@@ -32,4 +33,4 @@
"**/*.spec.ts"
,
"web"
]
}
\ No newline at end of file
}
apps/self/src/global/config/index.ts
View file @
1052262b
// @ts-nocheck
/**
*
* **********
...
...
apps/self/tsconfig.json
View file @
1052262b
...
...
@@ -6,6 +6,7 @@
"esnext"
],
"declaration"
:
true
,
"resolveJsonModule"
:
true
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"incremental"
:
true
,
...
...
@@ -32,4 +33,4 @@
"**/*.spec.ts"
,
"web"
]
}
\ No newline at end of file
}
apps/srm/tsconfig.json
View file @
1052262b
...
...
@@ -6,6 +6,7 @@
"esnext"
],
"declaration"
:
true
,
"resolveJsonModule"
:
true
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"incremental"
:
true
,
...
...
@@ -32,4 +33,4 @@
"**/*.spec.ts"
,
"web"
]
}
\ 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