diff --git a/src/router/index.js b/src/router/index.js index d2d81cd..38a1ece 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -143,7 +143,7 @@ export const constantRoutes = [ title: "工作手册管理", icon: "list" }, - hidden: true, + hidden: false, children: [ { path: "list", diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 5fd2b49..6e74784 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -126,10 +126,10 @@ export default { // password: '111111' // }, loginForm: { - // username: "", //18882564006 - // captcha: "", - username: "18882564006", //18882564006 - captcha: "111111", + username: "", //18882564006 + captcha: "", + // username: "18882564006", //18882564006 + // captcha: "111111", appVersion: "1.0.0", system: "IOS", device: navigator.userAgent, diff --git a/src/views/workBook/list.vue b/src/views/workBook/list.vue index 7dfdc4b..fa8307b 100644 --- a/src/views/workBook/list.vue +++ b/src/views/workBook/list.vue @@ -2,8 +2,8 @@