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

👽 Updating code due to external API changes.

parent 2f391448
......@@ -51,7 +51,7 @@ export const getUserInfo = () => {
export const logout = () => {
return request({
url: '/auth/oauth/token',
url: '/auth/oauth/logout',
method: 'delete'
})
}
......@@ -100,7 +100,7 @@ export const tableOption = {
}],
}, {
label: '状态',
prop: 'delFlag',
prop: 'lockFlag',
type: "select",
solt: true,
span: 24,
......@@ -112,9 +112,6 @@ export const tableOption = {
dicData: [{
label: '有效',
value: '0'
}, {
label: '无效',
value: '1'
}, {
label: '锁定',
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