doway-coms 1.4.75 → 1.4.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.4.75",
3
+ "version": "1.4.76",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -2,6 +2,7 @@
2
2
  <div>
3
3
  <vxe-modal
4
4
  show-zoom
5
+ :fullscreen="true"
5
6
  append-to-body
6
7
  :maskClosable="false"
7
8
  :keyboard="false"
@@ -210,7 +210,16 @@ export default new Vuex.Store({
210
210
  if(window.$wujie){
211
211
  window.$wujie.bus.$emit('subAppGoWorkbench', tabsAllClose==false?false:true)
212
212
  }
213
- }
213
+ },
214
+ // 替换页面
215
+ replaceTab({ commit }, fullPath) {
216
+ if(window.$wujie){
217
+ window.$wujie.bus.$emit(
218
+ 'subAppReplaceTab',
219
+ window.$wujie.props.webAppActiveRule + fullPath
220
+ )
221
+ }
222
+ },
214
223
  },
215
224
  modules:{},
216
225
  getters: {