mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
feat: 新增退出登录接口,新增全局接口封装,修改登录接口内容
This commit is contained in:
@@ -45,7 +45,7 @@ export const useDataListInit = () => {
|
||||
onPositiveCallback: () =>
|
||||
new Promise(res => setTimeout(() => res(1), 1000)),
|
||||
promiseResCallback: (e: any) => {
|
||||
window.$message.success('删除成功')
|
||||
window['$message'].success('删除成功')
|
||||
list.value.splice(index, 1)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user