修改链接

This commit is contained in:
Kane Wang 2023-06-09 17:45:50 +08:00
parent 679c12fb92
commit 280636bd14
1 changed files with 12 additions and 3 deletions

View File

@ -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" # @Author: Kane
VUE_APP_API_URL_REQUIREMENT_STATUS= "http://222.76.244.118:11001/requirement/query_requirement_status.do" # @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"