【修改】修改流程传参方式

This commit is contained in:
zhoulingpo
2023-04-25 20:33:33 +08:00
parent 948e7181f5
commit a9aa5709b8
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -46,6 +46,7 @@
<script>
import { mapGetters } from 'vuex'
import { BASE_URL } from '../utils/http'
import store from "../store";
export default {
name: 'Header',
@@ -79,6 +80,7 @@ export default {
this.$store.commit('savePathUrl', null)
this.$store.commit('saveMenuName', null)
this.$store.commit('saveMenuData', null)
this.store.commit('setHandleProcess', null)
// var sevice = "http://"+window.location.host+"/";
// var serviceUrl = encodeURIComponent(sevice);
// 正式