Browse Source

fix: 去掉默认登录名

master
zhang_li 6 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,
"delay" : 0
},
"compatible" : {
"ignoreVersion" : true
},
/* */
"modules" : {
"Push" : {}
"Push" : {},
"Barcode" : {},
"Camera" : {}
},
/* */
"distribute" : {

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