Commit f2a064fe authored by 郑磊's avatar 郑磊

1

parent c62943b8
export * from '../base/api'
export { can_use_iap, room_number, source } from '../base/environment'
export { app_token } from '../base/token'
export * from '../miniapp'
export * from '../web'
export * from '../miniapp/environment'
export * from '../miniapp/native-api'
import { getCookie } from '../base/cookie'
import { getCookie } from '../web/cookie'
export { type DeviceType, device, in_app, lang } from '../base/environment'
export { type DeviceType, device, in_app, lang } from '../web/environment'
/**
* 当前轻应用的appid
......
import { callNativeAsyncApi } from '../base/native-api-base'
import { callNativeAsyncApi } from '../web/native-api-base'
import { appid, openid, room_openid } from './environment'
export * from '../base/native-api'
export * from '../web/native-api'
/**
* 发起支付的请求数据
......
......@@ -11,5 +11,5 @@
"skipLibCheck": true,
"useUnknownInCatchVariables": true
},
"include": ["base", "miniapp", "miniapp-internal", "web"]
"include": ["web", "miniapp", "miniapp-internal", "web"]
}
export * from '../base/api'
export * from '../base/environment'
export * from '../base/native-api'
export * from '../base/token'
export * from './api'
export * from './environment'
export * from './native-api'
export * from './token'
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