doway-coms 1.1.18 → 1.1.19
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
|
@@ -105344,8 +105344,8 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default.a.use(vuex_esm["a" /* defau
|
|
|
105344
105344
|
SET_NEW_ID: (state, id) => {
|
|
105345
105345
|
state.newId = id
|
|
105346
105346
|
},
|
|
105347
|
-
SET_UMS_URL(state,url){
|
|
105348
|
-
state.
|
|
105347
|
+
SET_UMS_URL:(state,url) => {
|
|
105348
|
+
state.umsUrl = url
|
|
105349
105349
|
}
|
|
105350
105350
|
},
|
|
105351
105351
|
actions: {
|
package/lib/doway-coms.umd.js
CHANGED
|
@@ -105353,8 +105353,8 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default.a.use(vuex_esm["a" /* defau
|
|
|
105353
105353
|
SET_NEW_ID: (state, id) => {
|
|
105354
105354
|
state.newId = id
|
|
105355
105355
|
},
|
|
105356
|
-
SET_UMS_URL(state,url){
|
|
105357
|
-
state.
|
|
105356
|
+
SET_UMS_URL:(state,url) => {
|
|
105357
|
+
state.umsUrl = url
|
|
105358
105358
|
}
|
|
105359
105359
|
},
|
|
105360
105360
|
actions: {
|