doway-coms 1.1.28 → 1.1.29
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/lib/doway-coms.common.js
CHANGED
|
@@ -107695,7 +107695,7 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default.a.use(vuex_esm["a" /* defau
|
|
|
107695
107695
|
state.umsUrl = url
|
|
107696
107696
|
},
|
|
107697
107697
|
SET_MSG_URL:(state,url) => {
|
|
107698
|
-
state.
|
|
107698
|
+
state.msgUrl = url
|
|
107699
107699
|
}
|
|
107700
107700
|
},
|
|
107701
107701
|
actions: {
|
package/lib/doway-coms.umd.js
CHANGED
|
@@ -107704,7 +107704,7 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default.a.use(vuex_esm["a" /* defau
|
|
|
107704
107704
|
state.umsUrl = url
|
|
107705
107705
|
},
|
|
107706
107706
|
SET_MSG_URL:(state,url) => {
|
|
107707
|
-
state.
|
|
107707
|
+
state.msgUrl = url
|
|
107708
107708
|
}
|
|
107709
107709
|
},
|
|
107710
107710
|
actions: {
|