lcw
This commit is contained in:
@ -137,7 +137,7 @@ const ams = async (pramas) => {
|
||||
closed();
|
||||
}
|
||||
};
|
||||
const urlImg = ref("/mosty-base/minio/image/download/");
|
||||
const urlImg = ref("/bagl/mosty-base/minio/image/download/");
|
||||
const showMc = (val, vale) => {
|
||||
const stack = [...val];
|
||||
while (stack.length) {
|
||||
|
||||
@ -328,7 +328,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item label="巡访照片" style="width: 100%">
|
||||
<el-upload
|
||||
action="/mosty-base/minio/image/upload/id"
|
||||
action="/bagl/mosty-base/minio/image/upload/id"
|
||||
v-model:file-list="fileList"
|
||||
list-type="picture-card"
|
||||
:on-remove="handleRemove"
|
||||
@ -435,7 +435,7 @@ const rules = reactive({
|
||||
const roleIdsPeo = ref([]);
|
||||
|
||||
const imgList = ref([]);
|
||||
const urlImg = ref("/mosty-base/minio/image/download/");
|
||||
const urlImg = ref("/bagl/mosty-base/minio/image/download/");
|
||||
const fileList = ref([]);
|
||||
|
||||
// 初始化数据
|
||||
|
||||
Reference in New Issue
Block a user