..
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user