CzRger преди 9 месеца
родител
ревизия
cc0f5e5fbb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      snowy-admin-web/src/views/auth/portal/index.vue

+ 1 - 1
snowy-admin-web/src/views/auth/portal/index.vue

@@ -23,7 +23,7 @@
 		2: icon2,
 		3: icon3,
 	}
-	const portalLinkOptions = tool.dictList('portal_link')
+	const portalLinkOptions = ref(tool.dictList('portal_link'))
 	const toLink = (item) => {
 		window.open(item.value)
 	}