@yoooloo42/joker 1.0.279 → 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.esm.js
CHANGED
|
@@ -43768,9 +43768,6 @@ const popup = reactive({
|
|
|
43768
43768
|
|
|
43769
43769
|
watch(() => props.modelValue,
|
|
43770
43770
|
async (valNew, valOld) => {
|
|
43771
|
-
// 只有当传入的值有效时才进行网络请求
|
|
43772
|
-
if (!valNew) return;
|
|
43773
|
-
|
|
43774
43771
|
const result2 = await request.ly0.storpro({
|
|
43775
43772
|
noSession: true,
|
|
43776
43773
|
storproName: 'ly0d3.gbt2260code2.init',
|