Skip to content

Commit 2cbebf9

Browse files
committed
修改web端配置文件问题
1 parent 3b90f34 commit 2cbebf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/loader/ConfigLoader.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @Author: Caven
33
* @Date: 2019-10-12 12:48:10
44
* @Last Modified by: Caven
5-
* @Last Modified time: 2020-06-19 16:18:45
5+
* @Last Modified time: 2020-07-02 12:45:49
66
*/
77

88
const JSON_TEMP = {
@@ -26,7 +26,7 @@ class ConfigLoader {
2626
} else {
2727
global.Http.get('config/config.json')
2828
.then(res => {
29-
global.Config = res.data.data
29+
global.Config = res.data
3030
Promise.resolve()
3131
})
3232
.catch(e => {

0 commit comments

Comments
 (0)