perf:发布版本1.0.2
This commit is contained in:
8
index.js
8
index.js
@@ -1,8 +1,8 @@
|
||||
import HttpUtil from "./src/https/HttpUtil";
|
||||
import Common from "./src/utils/Common";
|
||||
import Storage from "./src/utils/Storage";
|
||||
const Common = require('./src/utils/Common')
|
||||
const Storage = require('./src/utils/Storage')
|
||||
const HttpUtil = require('./src/https/HttpUtil')
|
||||
|
||||
export default {
|
||||
module.exports = {
|
||||
HttpUtil,
|
||||
Common,
|
||||
Storage,
|
||||
|
||||
Reference in New Issue
Block a user