Browse Source

去掉默认登录名

master
zhang_li 8 months ago
parent
commit
9494361e9d
  1. 4
      src/pages/login.vue

4
src/pages/login.vue

@ -50,8 +50,8 @@
const { proxy } = getCurrentInstance()
let loginForm = ref({
tenantName: "闻荫源码",
username: "admin",
password: "123456",
username: "",
password: "",
captchaVerification: "",
rememberMe: false,
code: '1',

Loading…
Cancel
Save