selectStyle
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
李志鹏
2025-12-30 13:31:45 +08:00
parent 135adb3907
commit 6a2b456bf3

View File

@@ -35,7 +35,7 @@ const openFlow = (item: any)=>{
onMounted(()=>{ onMounted(()=>{
let nav = [ let nav = [
{ {
path: 'selectStyle', path: 'SelectStyle',
imgPath: new URL('@/assets/images/nav1.png',import.meta.url).href, imgPath: new URL('@/assets/images/nav1.png',import.meta.url).href,
flowTypeList: [FlowType.H_TRYON,FlowType.H_AI], flowTypeList: [FlowType.H_TRYON,FlowType.H_AI],
}, },