Commit 7de43669 authored by 郑磊's avatar 郑磊

增加app内数据判断方法

parent 1372a19d
export interface AppStatus {}
/**
* 读取当前APP的状态
*/
export function getAppStatus(): AppStatus | undefined {
//先判断是否在app内
return
}
export * from './api'
export * from './utils'
export * from './app'
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