14 lines
322 B
JavaScript
14 lines
322 B
JavaScript
/*
|
|
* @Author: Kane
|
|
* @Date: 2022-12-23 11:10:23
|
|
* @LastEditors: Kane
|
|
* @LastEditTime: 2022-12-23 11:11:58
|
|
* @FilePath: \admin_system\src\utils\api\config.js
|
|
* @Description:
|
|
*
|
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
|
*/
|
|
|
|
export const API_URL = {
|
|
URL_LOGIN: process.env.VUE_APP_API_URL_LOGIN,
|
|
}; |