Upload Login.vue
Browse files- frontend/src/views/Login.vue +0 -25
frontend/src/views/Login.vue
CHANGED
@@ -25,13 +25,6 @@
|
|
25 |
{{ loading ? '登录中...' : '登录' }}
|
26 |
</button>
|
27 |
</form>
|
28 |
-
<div class="user-info">
|
29 |
-
<h4>测试账号:</h4>
|
30 |
-
<p>管理员: PS01 / admin_cybercity2025</p>
|
31 |
-
<p>用户: PS02 / cybercity2025</p>
|
32 |
-
<p>用户: PS03 / cybercity2025</p>
|
33 |
-
<p>用户: PS04 / cybercity2025</p>
|
34 |
-
</div>
|
35 |
</div>
|
36 |
</div>
|
37 |
</template>
|
@@ -126,22 +119,4 @@ button:disabled {
|
|
126 |
background: #ccc;
|
127 |
cursor: not-allowed;
|
128 |
}
|
129 |
-
|
130 |
-
.user-info {
|
131 |
-
margin-top: 30px;
|
132 |
-
padding: 20px;
|
133 |
-
background: #f9f9f9;
|
134 |
-
border-radius: 4px;
|
135 |
-
font-size: 12px;
|
136 |
-
}
|
137 |
-
|
138 |
-
.user-info h4 {
|
139 |
-
margin: 0 0 10px 0;
|
140 |
-
color: #666;
|
141 |
-
}
|
142 |
-
|
143 |
-
.user-info p {
|
144 |
-
margin: 5px 0;
|
145 |
-
color: #888;
|
146 |
-
}
|
147 |
</style>
|
|
|
25 |
{{ loading ? '登录中...' : '登录' }}
|
26 |
</button>
|
27 |
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
</div>
|
29 |
</div>
|
30 |
</template>
|
|
|
119 |
background: #ccc;
|
120 |
cursor: not-allowed;
|
121 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
</style>
|