CzRger 1 年間 前
コミット
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)
 	}