feat: 分包
This commit is contained in:
@@ -12,7 +12,8 @@ interface AppProps {
|
||||
}
|
||||
|
||||
class App extends Component<AppProps> {
|
||||
onLaunch() {
|
||||
onLaunch(options) {
|
||||
console.log('launch options: ', options)
|
||||
console.log("小程序启动,初始化逻辑写这里");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user