普通招生
This commit is contained in:
15
src/api/asset/loading.ts
Normal file
15
src/api/asset/loading.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { NextLoading } from '/@/utils/loading';
|
||||
|
||||
/**
|
||||
* 显示加载状态
|
||||
*/
|
||||
export const showLoading = () => {
|
||||
NextLoading.start();
|
||||
};
|
||||
|
||||
/**
|
||||
* 隐藏加载状态
|
||||
*/
|
||||
export const hideLoading = () => {
|
||||
NextLoading.done();
|
||||
};
|
||||
Reference in New Issue
Block a user