全局:默认暂时写死

This commit is contained in:
YunaiV
2023-12-28 23:36:52 +08:00
parent d4bbe55126
commit 3280d65be5
4 changed files with 30 additions and 49 deletions
-12
View File
@@ -1,18 +1,6 @@
import request from '@/sheep/request';
export default {
// 系统初始化
init: (templateId) =>
request({
url: 'init',
params: {
templateId,
},
custom: {
showError: false,
showLoading: false,
},
}),
// 自定义页面
page: (id) =>
request({