|
|
@@ -4,8 +4,9 @@ |
|
|
|
*/ |
|
|
|
window.$swEvent.setup("${eventPath}", { |
|
|
|
setup(page){ |
|
|
|
const { $params,$refs, $widgets, $model, $utils, $tabRouter, $api } = page; |
|
|
|
const { $$message, $$http } = $utils; |
|
|
|
const { $params,$refs, $widgets, $model, $utils, $tabRouter, $api } = page || {}; |
|
|
|
const { $$message, $$http } = $utils || {}; |
|
|
|
|
|
|
|
// 示例 |
|
|
|
const demoFunc = () => { |
|
|
|
|
|
|
@@ -14,4 +15,4 @@ window.$swEvent.setup("${eventPath}", { |
|
|
|
demoFunc, |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |