@yoooloo42/joker 1.0.280 → 1.0.281
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/dist/index.cjs.js +0 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +0 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -43772,9 +43772,6 @@ const popup = vue.reactive({
|
|
|
43772
43772
|
|
|
43773
43773
|
vue.watch(() => props.modelValue,
|
|
43774
43774
|
async (valNew, valOld) => {
|
|
43775
|
-
// 只有当传入的值有效时才进行网络请求
|
|
43776
|
-
if (!valNew) return;
|
|
43777
|
-
|
|
43778
43775
|
const result2 = await request.ly0.storpro({
|
|
43779
43776
|
noSession: true,
|
|
43780
43777
|
storproName: 'ly0d3.gbt2260code2.init',
|