v430final
This commit is contained in:
parent
a8e4311e21
commit
be08fa25ba
|
@ -143,7 +143,7 @@ export const constantRoutes = [
|
||||||
title: "工作手册管理",
|
title: "工作手册管理",
|
||||||
icon: "list"
|
icon: "list"
|
||||||
},
|
},
|
||||||
hidden: true,
|
hidden: false,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: "list",
|
path: "list",
|
||||||
|
|
|
@ -126,10 +126,10 @@ export default {
|
||||||
// password: '111111'
|
// password: '111111'
|
||||||
// },
|
// },
|
||||||
loginForm: {
|
loginForm: {
|
||||||
// username: "", //18882564006
|
username: "", //18882564006
|
||||||
// captcha: "",
|
captcha: "",
|
||||||
username: "18882564006", //18882564006
|
// username: "18882564006", //18882564006
|
||||||
captcha: "111111",
|
// captcha: "111111",
|
||||||
appVersion: "1.0.0",
|
appVersion: "1.0.0",
|
||||||
system: "IOS",
|
system: "IOS",
|
||||||
device: navigator.userAgent,
|
device: navigator.userAgent,
|
||||||
|
|
|
@ -87,7 +87,7 @@ export default {
|
||||||
list: [],
|
list: [],
|
||||||
listQuery: {
|
listQuery: {
|
||||||
lastPageIndex: 1,
|
lastPageIndex: 1,
|
||||||
size: 10,
|
size: 99999,
|
||||||
keyword: undefined
|
keyword: undefined
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue