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() const { proxy } = getCurrentInstance()
let loginForm = ref({ let loginForm = ref({
tenantName: "闻荫源码", tenantName: "闻荫源码",
username: "admin", username: "",
password: "123456", password: "",
captchaVerification: "", captchaVerification: "",
rememberMe: false, rememberMe: false,
code: '1', code: '1',

Loading…
Cancel
Save