From 5275d4e8e6534b7de7bd8cffe25fd018d2c8e180 Mon Sep 17 00:00:00 2001 From: daihh Date: Tue, 18 Oct 2022 14:23:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 76df41a0..889821b0 100644 --- a/.env.development +++ b/.env.development @@ -22,7 +22,7 @@ VUE_APP_BOE_WEB_URL = 'http://192.168.0.11' VUE_APP_BOE_MOBILE_URL = 'http://192.168.0.11:8082/mobile' # File路径的基础url -VUE_APP_FILE_BASE_URL = 'http://192.168.0.11:9080/cdn/upload' +VUE_APP_FILE_BASE_URL = 'http://192.168.0.11:9090/cdn/upload' # File路径的基础url的相对路径,加此项是为了不影响之前的路径配置 VUE_APP_FILE_RELATIVE_PATH = '/upload'