This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhenggm
/
smtweb2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
添加默认js
master
FLYPHT
2 years ago
parent
3ef36646ba
commit
f7aa531f72
2 changed files
with
0 additions
and
17 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-17
smtweb-system/sw-system-bpm/src/main/resources/static/bpm/events.js
+0
-0
smtweb-system/sw-system-bpm/src/main/resources/static/event/defaultEvent.js
+ 0
- 17
smtweb-system/sw-system-bpm/src/main/resources/static/bpm/events.js
View File
@@ -1,17 +0,0 @@
// 注册事件类
window.$swEvent.setup("defaultEvent", {
init(options) {
},
page$onInit(e) {
console.log("onInit", e);
},
sysUser$onLoad(e) {
console.log("onLoad", e);
},
userNickCode$onChange(e) {
console.log("onChange", e);
},
});
smtweb-system/sw-system-bpm/src/main/resources/static/bpm/event.js → smtweb-system/sw-system-bpm/src/main/resources/static/event/defaultEvent.js
View File
Write
Preview
Loading…
Cancel
Save