Explorar o código

测试代码恢复

刘洋 %!s(int64=2) %!d(string=hai) anos
pai
achega
2f7ea4640e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/features/Login/Login.vue

+ 2 - 2
src/features/Login/Login.vue

@@ -54,8 +54,8 @@ const servers = store.config.servers.map((v) => {
   return { label: v.name, value: v.host };
 });
 
-let loginName = ref("admin01");
-let password = ref("123456");
+let loginName = ref("");
+let password = ref("");
 
 // FIXME: restore original state
 // onMounted(() => {