This commit is contained in:
那些花儿
2025-09-17 17:52:09 +08:00
parent 9821aebd0a
commit 3f40ee599e
59 changed files with 3697 additions and 4029 deletions
@@ -165,12 +165,12 @@
} else {
window.location.href = "/platform/h5/home"
}
func && func()
func && typeof func === "function" && func()
}
Vue.mixin({
methods: {
historyBack: function(func) {
historyBack: function(func = ()=>{}) {
historyBack(func);
}
}