Browse Source

fix: 去掉默认登录名

master
zhang_li 8 months ago
parent
commit
7a1ebec2c9
  1. 7
      src/manifest.json
  2. 4
      src/pages/login.vue

7
src/manifest.json

@ -17,9 +17,14 @@
"autoclose" : true, "autoclose" : true,
"delay" : 0 "delay" : 0
}, },
"compatible" : {
"ignoreVersion" : true
},
/* */ /* */
"modules" : { "modules" : {
"Push" : {} "Push" : {},
"Barcode" : {},
"Camera" : {}
}, },
/* */ /* */
"distribute" : { "distribute" : {

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