feat:新增全局默认参数配置

This commit is contained in:
张益铭
2021-03-23 17:43:53 +08:00
parent 01c8619124
commit 0ee38c24c8
7 changed files with 68 additions and 12 deletions

View File

@@ -1,11 +1,3 @@
/*
* @Author: your name
* @Date: 2021-02-02 15:12:44
* @LastEditTime: 2021-02-02 15:17:37
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \CURD-TS-self\src\utils\loaders\index.ts
*/
interface ProxyLoader {
loadCss(src: string): any
loadScript(src: string): Promise<any>