智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/1a/1a17319b3c7c29d4728b1d1ec79...

29 lines
473 B

import initOn from 'uni-core/service/bridge/on'
import initSubscribe from 'uni-core/service/bridge/subscribe'
import {
uni
} from 'uni-core/service/uni'
import {
getApp,
getCurrentPages
}
from 'uni-core/service/plugins/app'
initOn(UniServiceJSBridge.on, {
getApp,
getCurrentPages
})
initSubscribe(UniServiceJSBridge.subscribe, {
getApp,
getCurrentPages
})
export default uni
export {
getApp,
getCurrentPages
}
from 'uni-core/service/plugins/app'