st 2 ماه پیش
والد
کامیت
139edd934b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/login/components/account/index.vue

+ 2 - 2
src/views/login/components/account/index.vue

@@ -46,8 +46,8 @@ import { encryptByRsa } from '@/utils/encrypt'
 
 const loginConfig = useStorage('login-config', {
   rememberMe: true,
-  username: 'admin', // 演示默认值
-  password: 'admin123', // 演示默认值
+  username: '', // 演示默认值
+  password: '', // 演示默认值
   // username: debug ? 'admin' : '', // 演示默认值
   // password: debug ? 'admin123' : '', // 演示默认值
 })