更换接口
This commit is contained in:
@@ -338,7 +338,7 @@
|
||||
<a-upload
|
||||
class="search_upImg"
|
||||
:capture="null"
|
||||
:action="uploadUrl + '/api/element/upload'"
|
||||
:action="uploadUrl + '/aida/api/element/upload'"
|
||||
list-type="picture-card"
|
||||
:before-upload="beforeUpload"
|
||||
:data="{
|
||||
@@ -387,7 +387,7 @@
|
||||
<a-upload
|
||||
class="search_upImg"
|
||||
:capture="null"
|
||||
:action="uploadUrl + '/api/element/upload'"
|
||||
:action="uploadUrl + '/aida/api/element/upload'"
|
||||
list-type="picture-card"
|
||||
:data="{
|
||||
...upload,
|
||||
|
||||
@@ -57,8 +57,8 @@
|
||||
if (path === activePath.value) return
|
||||
router.push(path)
|
||||
}
|
||||
onMounted(()=>{
|
||||
myEvent.add('newListing',(path)=>{
|
||||
onMounted(() => {
|
||||
myEvent.add("newListing", (path) => {
|
||||
toolTipBoxRef.value.routerPath = path
|
||||
visible.value = true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user