update
This commit is contained in:
@@ -26,7 +26,7 @@ VITE_API_ONLYOFFICE_CALLBACK=http://192.168.30.148:3000/api/simulation/data/data
|
||||
# 基线地址,用于onlyOffice预览
|
||||
VITE_API_SPDM_URL=http://192.168.30.148:3000/spdm
|
||||
# CID地址
|
||||
VITE_API_CID_URL=http://192.168.30.148:3001
|
||||
VITE_API_CID_URL=http://192.168.30.147:7114
|
||||
|
||||
VITE_API_PREFIX_APPROVE=/approve/
|
||||
VITE_API_PREFIX_CAPABILITY=/capability/
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
:form="searchForm"
|
||||
:attrs="searchAttrs[item.key]"
|
||||
@change="(val) => changeFun(val)"
|
||||
@enter="searchFun"
|
||||
>
|
||||
<template v-for="name in Object.keys($slots)" :key="name" #[name]="scope">
|
||||
<slot :name="name" v-bind="scope" />
|
||||
|
||||
Reference in New Issue
Block a user