@yoooloo42/joker 1.0.37 → 1.0.39
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 +5 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22119,7 +22119,7 @@ function ly0sessionLoseWithUsertbl(scopeThis, usertbl) {
|
|
|
22119
22119
|
return lose;
|
|
22120
22120
|
}
|
|
22121
22121
|
var ly0request = {
|
|
22122
|
-
domain,
|
|
22122
|
+
domain: domainPara,
|
|
22123
22123
|
upload: upload$1,
|
|
22124
22124
|
upload_carplate,
|
|
22125
22125
|
request: request$1,
|
|
@@ -40426,6 +40426,10 @@ var script$c = {
|
|
|
40426
40426
|
props: ['scopeThis', 'myProps'],
|
|
40427
40427
|
computed: {
|
|
40428
40428
|
myProps0(){
|
|
40429
|
+
|
|
40430
|
+
console.log('测试 000', ly0default$1.myProps);
|
|
40431
|
+
console.log('测试 111', this.myProps);
|
|
40432
|
+
|
|
40429
40433
|
return Object.assign({}, ly0default$1.myProps, this.myProps)
|
|
40430
40434
|
}
|
|
40431
40435
|
},
|