智能照明系统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/16/16afa5f09927746153920fe61d9...

17 lines
296 B

import {
initHooks
} from 'uni-wrapper/util'
import parseBaseApp from '../../../mp-weixin/runtime/wrapper/app-parser'
const hooks = [
'onUniNViewMessage'
]
export default function parseApp (vm) {
const appOptions = parseBaseApp(vm)
initHooks(appOptions, hooks)
return appOptions
}