@yoooloo42/joker 1.0.84 → 1.0.85
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 +10 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +10 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -21964,7 +21964,8 @@ const {
|
|
|
21964
21964
|
|
|
21965
21965
|
const router = vueRouter.useRouter();
|
|
21966
21966
|
const domainPara = 'http://127.0.0.1:443';
|
|
21967
|
-
const upload$1 = '/ly0/upload-req/
|
|
21967
|
+
const upload$1 = '/ly0/upload-req/file';
|
|
21968
|
+
const upload_image = '/ly0/upload-req/image';
|
|
21968
21969
|
const upload_carplate = '/ly0/upload-req/carplate';
|
|
21969
21970
|
|
|
21970
21971
|
// 后端请求
|
|
@@ -22123,6 +22124,7 @@ function ly0sessionLoseWithUsertbl(usertbl) {
|
|
|
22123
22124
|
var ly0request$1 = {
|
|
22124
22125
|
domain: domainPara,
|
|
22125
22126
|
upload: upload$1,
|
|
22127
|
+
upload_image,
|
|
22126
22128
|
upload_carplate,
|
|
22127
22129
|
request: request$1,
|
|
22128
22130
|
ly0request,
|
|
@@ -22169,8 +22171,9 @@ var ly0default$2 = {
|
|
|
22169
22171
|
// 后台提交 - URL地址
|
|
22170
22172
|
storpro: '' // 后台提交 - 存储过程
|
|
22171
22173
|
},
|
|
22172
|
-
uploadUrl: ly0request$1.upload,
|
|
22173
|
-
|
|
22174
|
+
uploadUrl: ly0request$1.domain + ly0request$1.upload,
|
|
22175
|
+
uploadUrl_image: ly0request$1.domain + ly0request$1.upload_image,
|
|
22176
|
+
uploadUrl_carplate: ly0request$1.domain + ly0request$1.upload_carplate,
|
|
22174
22177
|
para: {
|
|
22175
22178
|
inputWidth: '200px',
|
|
22176
22179
|
placeholder: {
|
|
@@ -22762,6 +22765,7 @@ const download = vue.reactive({
|
|
|
22762
22765
|
|
|
22763
22766
|
const upload = vue.reactive({
|
|
22764
22767
|
uploadUrl: formProps.para.uploadUrl,
|
|
22768
|
+
uploadUrl_image: formProps.para.uploadUrl_image,
|
|
22765
22769
|
uploadUrl_carplate: formProps.para.uploadUrl_carplate
|
|
22766
22770
|
});
|
|
22767
22771
|
|
|
@@ -23170,7 +23174,7 @@ return (_ctx, _cache) => {
|
|
|
23170
23174
|
vue.createVNode(_component_ly0Upload_picture, {
|
|
23171
23175
|
modelValue: vue.unref(formData)[__props.item.fieldName],
|
|
23172
23176
|
"onUpdate:modelValue": _cache[9] || (_cache[9] = $event => ((vue.unref(formData)[__props.item.fieldName]) = $event)),
|
|
23173
|
-
myProps: {uploadUrl: upload.
|
|
23177
|
+
myProps: {uploadUrl: upload.uploadUrl_image}
|
|
23174
23178
|
}, null, 8 /* PROPS */, ["modelValue", "myProps"])
|
|
23175
23179
|
]))
|
|
23176
23180
|
: vue.createCommentVNode("v-if", true),
|
|
@@ -23180,7 +23184,7 @@ return (_ctx, _cache) => {
|
|
|
23180
23184
|
vue.createVNode(_component_ly0Upload_pictureCard, {
|
|
23181
23185
|
modelValue: vue.unref(formData)[__props.item.fieldName],
|
|
23182
23186
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => ((vue.unref(formData)[__props.item.fieldName]) = $event)),
|
|
23183
|
-
myProps: {uploadUrl: upload.
|
|
23187
|
+
myProps: {uploadUrl: upload.uploadUrl_image}
|
|
23184
23188
|
}, null, 8 /* PROPS */, ["modelValue", "myProps"])
|
|
23185
23189
|
]))
|
|
23186
23190
|
: vue.createCommentVNode("v-if", true),
|
|
@@ -23190,7 +23194,7 @@ return (_ctx, _cache) => {
|
|
|
23190
23194
|
vue.createVNode(_component_ly0Upload_avatar, {
|
|
23191
23195
|
modelValue: vue.unref(formData)[__props.item.fieldName],
|
|
23192
23196
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = $event => ((vue.unref(formData)[__props.item.fieldName]) = $event)),
|
|
23193
|
-
myProps: {uploadUrl: upload.
|
|
23197
|
+
myProps: {uploadUrl: upload.uploadUrl_image}
|
|
23194
23198
|
}, null, 8 /* PROPS */, ["modelValue", "myProps"])
|
|
23195
23199
|
]))
|
|
23196
23200
|
: vue.createCommentVNode("v-if", true),
|