Browse Source

merge: 解决冲突

vera_min 5 months ago
parent
commit
b97c46234f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/designer/index.vue

+ 1 - 1
src/views/designer/index.vue

@@ -88,7 +88,7 @@ const addOrEdit = async (row?: any) => {
 }
 
 const edit = (row: any) => {
-	window.open(import.meta.env.VITE_DESIGN_URL + '/#' + row.code, row.name, 'noopener')
+	window.open(import.meta.env.VITE_DESIGN_URL + '#' + row.code, row.name, 'noopener')
 }
 
 const bindMenu = (row: any) => {