保存进度!
This commit is contained in:
		@@ -12,7 +12,7 @@
 | 
			
		||||
        <span class="company-name">CPIC</span>
 | 
			
		||||
        <div class="version-wrapper">
 | 
			
		||||
            <span>桌面霸屏后台管理</span>
 | 
			
		||||
            <span>Build-20230915</span>
 | 
			
		||||
            <span>Build-20231220</span>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="buttons-wrapper">
 | 
			
		||||
            <component
 | 
			
		||||
 
 | 
			
		||||
@@ -7,6 +7,7 @@
 | 
			
		||||
 *
 | 
			
		||||
 * Copyright (c) ${2022} by Kane, All Rights Reserved.
 | 
			
		||||
 */
 | 
			
		||||
// 请求的url
 | 
			
		||||
const API_URL = {
 | 
			
		||||
    // 登录
 | 
			
		||||
    URL_LOGIN: import.meta.env.VITE_URL_LOGIN,
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										18
									
								
								code/web/task_schedule/src/utils/api/systemParameters.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								code/web/task_schedule/src/utils/api/systemParameters.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
/*
 | 
			
		||||
 * @Author: Kane
 | 
			
		||||
 * @Date: 2023-12-20 23:02:53
 | 
			
		||||
 * @LastEditors: Kane
 | 
			
		||||
 * @FilePath: /task_schedule/src/utils/api/systemParameters.ts
 | 
			
		||||
 * @Description: 应用参数相关的代码
 | 
			
		||||
 * 
 | 
			
		||||
 * Copyright (c) ${2023} by Kane, All Rights Reserved. 
 | 
			
		||||
 */
 | 
			
		||||
import { service as instance } from "@/utils/api/request.js";
 | 
			
		||||
 | 
			
		||||
interface SystemParameter
 | 
			
		||||
{
 | 
			
		||||
    paramterName: string;
 | 
			
		||||
    parameterValue: string;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export { type SystemParameter };
 | 
			
		||||
		Reference in New Issue
	
	Block a user