From 280636bd1427bc0a7475d7a7e994a45fe527483b Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Fri, 9 Jun 2023 17:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/web/it-console/.env.development | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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