Update getPages.ts
This commit is contained in:
parent
c71e6dead3
commit
7302d8cb65
|
@ -12,10 +12,10 @@ export const getPages = (): Promise<any> => {
|
||||||
icon: "LineMdAccount",
|
icon: "LineMdAccount",
|
||||||
isFull: {
|
isFull: {
|
||||||
extData: {
|
extData: {
|
||||||
boolVal: false,
|
boolVal: true,
|
||||||
},
|
},
|
||||||
label: "否",
|
label: "是",
|
||||||
value: 1,
|
value: 0,
|
||||||
},
|
},
|
||||||
isKeepAlive: {
|
isKeepAlive: {
|
||||||
extData: {
|
extData: {
|
||||||
|
|
Loading…
Reference in New Issue