【修改】修改流程传参方式
This commit is contained in:
@@ -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);
|
||||
// 正式
|
||||
|
||||
Reference in New Issue
Block a user