mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-21 14:47:56 +00:00
loading增加定制属性,可自行配置 (#1683)
* feature:增加区域loading功能 * feature:增加修改loading配置
This commit is contained in:
@@ -9,7 +9,8 @@ export const initDB = (data) => {
|
||||
return service({
|
||||
url: '/init/initdb',
|
||||
method: 'post',
|
||||
data
|
||||
data,
|
||||
donNotShowLoading: true
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user