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)
 	}