更换接口

This commit is contained in:
李志鹏
2026-04-28 17:24:59 +08:00
parent 27da8f6680
commit 55481c6d51
19 changed files with 299 additions and 306 deletions

View File

@@ -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,

View File

@@ -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
})