Skip to content

Commit 8c6cf60

Browse files
committed
fix/model-driven
1 parent aa00b98 commit 8c6cf60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/plugins/model-manager/src

packages/plugins/model-manager/src/Main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const handleAddModel = () => {
136136
id: null,
137137
nameCn: '',
138138
nameEn: '',
139-
modelUrl: `${VITE_ORIGIN}/platform-center/api/model-data`,
139+
modelUrl: `${VITE_ORIGIN}platform-center/api/model-data`,
140140
description: '',
141141
parameters: []
142142
}

0 commit comments

Comments
 (0)