This commit is contained in:
那些花儿
2025-08-15 18:03:25 +08:00
parent 8eb6442d41
commit 0b07ce45d0
114 changed files with 20404 additions and 565 deletions
@@ -347,6 +347,8 @@
"snaker-flow-history-approval",
httpVueLoader("/components/plugins/snaker/snakerFlowHisApproval.vue?v=" + new Date().getTime())
)
Vue.component("snaker-chart", httpVueLoader("/components/plugins/snaker/snakerChart.vue?v=" + new Date().getTime()))
Vue.component("snaker-start", httpVueLoader("/components/plugins/snaker/snakerStart.vue?v=" + new Date().getTime()))
</script>
<style>
@@ -654,7 +656,7 @@
function toggleFooter() {
var currentPath = window.location.pathname
var footer = $("#v4-footer")
if (currentPath === "/platform/v4/home2") {
footer.show()
} else {