新增登陆页面,去掉之前的窗口登陆
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
<template>
|
||||
<!--
|
||||
⚠️ 该弹窗登录组件已搁置,登录功能已改为独立页面 /login (src/views/Login.vue)。
|
||||
如需恢复弹窗登录,重新在 App.vue 中引用此组件即可。
|
||||
-->
|
||||
<el-dialog
|
||||
v-model="visible"
|
||||
width="480px"
|
||||
|
||||
Reference in New Issue
Block a user