diff --git a/code/web/it-console/.env.development b/code/web/it-console/.env.development index dbd8ffb..05d33b2 100644 --- a/code/web/it-console/.env.development +++ b/code/web/it-console/.env.development @@ -1,3 +1,12 @@ -VUE_APP_API_URL_LOGIN = "http://222.76.244.118:11001/admin-system/account/p13_account_check" -VUE_APP_API_URL_UPLOAD_FILE= "http://222.76.244.118:11001/admin-system/file/file-upload.do" -VUE_APP_API_URL_REQUIREMENT_STATUS= "http://222.76.244.118:11001/requirement/query_requirement_status.do" \ No newline at end of file +### + # @Author: Kane + # @Date: 2023-02-23 09:41:37 + # @LastEditors: Kane + # @FilePath: /it-console/.env.development + # @Description: + # + # Copyright (c) ${2022} by Kane, All Rights Reserved. +### +VUE_APP_API_URL_LOGIN = "http://222.76.244.118:11101/admin-system/account/p13_account_check" +VUE_APP_API_URL_UPLOAD_FILE= "http://222.76.244.118:11101/admin-system/file/file-upload.do" +VUE_APP_API_URL_REQUIREMENT_STATUS= "http://222.76.244.118:11101/requirement/query_requirement_status.do" \ No newline at end of file