修改了一些eslint的配置。

This commit is contained in:
2023-03-05 00:37:24 +08:00
parent f472031b6f
commit 52bcee8d39
8 changed files with 317 additions and 39 deletions

View File

@@ -2,11 +2,11 @@
* @Author: Kane
* @Date: 2023-03-02 15:35:43
* @LastEditors: Kane
* @FilePath: /deskop_task_schedule/code/web/task_schedule/src/utils/api/config.js
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
* @FilePath: /task_schedule/src/utils/api/config.ts
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
export const API_URL = {
URL_LOGIN: import.meta.env.VITE_URL_LOGIN,
};
};