Commit 6d38f36c authored by 冷冷's avatar 冷冷

👽 Updating code due to external API changes.

parent 2f391448
...@@ -51,7 +51,7 @@ export const getUserInfo = () => { ...@@ -51,7 +51,7 @@ export const getUserInfo = () => {
export const logout = () => { export const logout = () => {
return request({ return request({
url: '/auth/oauth/token', url: '/auth/oauth/logout',
method: 'delete' method: 'delete'
}) })
} }
...@@ -100,7 +100,7 @@ export const tableOption = { ...@@ -100,7 +100,7 @@ export const tableOption = {
}], }],
}, { }, {
label: '状态', label: '状态',
prop: 'delFlag', prop: 'lockFlag',
type: "select", type: "select",
solt: true, solt: true,
span: 24, span: 24,
...@@ -112,9 +112,6 @@ export const tableOption = { ...@@ -112,9 +112,6 @@ export const tableOption = {
dicData: [{ dicData: [{
label: '有效', label: '有效',
value: '0' value: '0'
}, {
label: '无效',
value: '1'
}, { }, {
label: '锁定', label: '锁定',
value: '9' value: '9'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment