@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.esm.js
CHANGED
|
@@ -21960,7 +21960,8 @@ const {
|
|
|
21960
21960
|
|
|
21961
21961
|
const router = useRouter();
|
|
21962
21962
|
const domainPara = 'http://127.0.0.1:443';
|
|
21963
|
-
const upload$1 = '/ly0/upload-req/
|
|
21963
|
+
const upload$1 = '/ly0/upload-req/file';
|
|
21964
|
+
const upload_image = '/ly0/upload-req/image';
|
|
21964
21965
|
const upload_carplate = '/ly0/upload-req/carplate';
|
|
21965
21966
|
|
|
21966
21967
|
// 后端请求
|
|
@@ -22119,6 +22120,7 @@ function ly0sessionLoseWithUsertbl(usertbl) {
|
|
|
22119
22120
|
var ly0request = {
|
|
22120
22121
|
domain: domainPara,
|
|
22121
22122
|
upload: upload$1,
|
|
22123
|
+
upload_image,
|
|
22122
22124
|
upload_carplate,
|
|
22123
22125
|
request: request$1,
|
|
22124
22126
|
ly0request: ly0request$1,
|
|
@@ -22165,8 +22167,9 @@ var ly0default$2 = {
|
|
|
22165
22167
|
// 后台提交 - URL地址
|
|
22166
22168
|
storpro: '' // 后台提交 - 存储过程
|
|
22167
22169
|
},
|
|
22168
|
-
uploadUrl: ly0request.upload,
|
|
22169
|
-
|
|
22170
|
+
uploadUrl: ly0request.domain + ly0request.upload,
|
|
22171
|
+
uploadUrl_image: ly0request.domain + ly0request.upload_image,
|
|
22172
|
+
uploadUrl_carplate: ly0request.domain + ly0request.upload_carplate,
|
|
22170
22173
|
para: {
|
|
22171
22174
|
inputWidth: '200px',
|
|
22172
22175
|
placeholder: {
|
|
@@ -22758,6 +22761,7 @@ const download = reactive({
|
|
|
22758
22761
|
|
|
22759
22762
|
const upload = reactive({
|
|
22760
22763
|
uploadUrl: formProps.para.uploadUrl,
|
|
22764
|
+
uploadUrl_image: formProps.para.uploadUrl_image,
|
|
22761
22765
|
uploadUrl_carplate: formProps.para.uploadUrl_carplate
|
|
22762
22766
|
});
|
|
22763
22767
|
|
|
@@ -23166,7 +23170,7 @@ return (_ctx, _cache) => {
|
|
|
23166
23170
|
createVNode(_component_ly0Upload_picture, {
|
|
23167
23171
|
modelValue: unref(formData)[__props.item.fieldName],
|
|
23168
23172
|
"onUpdate:modelValue": _cache[9] || (_cache[9] = $event => ((unref(formData)[__props.item.fieldName]) = $event)),
|
|
23169
|
-
myProps: {uploadUrl: upload.
|
|
23173
|
+
myProps: {uploadUrl: upload.uploadUrl_image}
|
|
23170
23174
|
}, null, 8 /* PROPS */, ["modelValue", "myProps"])
|
|
23171
23175
|
]))
|
|
23172
23176
|
: createCommentVNode("v-if", true),
|
|
@@ -23176,7 +23180,7 @@ return (_ctx, _cache) => {
|
|
|
23176
23180
|
createVNode(_component_ly0Upload_pictureCard, {
|
|
23177
23181
|
modelValue: unref(formData)[__props.item.fieldName],
|
|
23178
23182
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => ((unref(formData)[__props.item.fieldName]) = $event)),
|
|
23179
|
-
myProps: {uploadUrl: upload.
|
|
23183
|
+
myProps: {uploadUrl: upload.uploadUrl_image}
|
|
23180
23184
|
}, null, 8 /* PROPS */, ["modelValue", "myProps"])
|
|
23181
23185
|
]))
|
|
23182
23186
|
: createCommentVNode("v-if", true),
|
|
@@ -23186,7 +23190,7 @@ return (_ctx, _cache) => {
|
|
|
23186
23190
|
createVNode(_component_ly0Upload_avatar, {
|
|
23187
23191
|
modelValue: unref(formData)[__props.item.fieldName],
|
|
23188
23192
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = $event => ((unref(formData)[__props.item.fieldName]) = $event)),
|
|
23189
|
-
myProps: {uploadUrl: upload.
|
|
23193
|
+
myProps: {uploadUrl: upload.uploadUrl_image}
|
|
23190
23194
|
}, null, 8 /* PROPS */, ["modelValue", "myProps"])
|
|
23191
23195
|
]))
|
|
23192
23196
|
: createCommentVNode("v-if", true),
|