From 0a68cf94bd473d04a9842da9323842926d4b0b08 Mon Sep 17 00:00:00 2001 From: daihh Date: Wed, 5 Oct 2022 13:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84=20?= =?UTF-8?q?=E5=88=B011=E6=9C=8D=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 83f5ce26..39d80e88 100644 --- a/.env.development +++ b/.env.development @@ -19,10 +19,10 @@ VUE_APP_STAT_BASE_API = '/statApi' VUE_APP_BOE_WEB_URL = 'https://u.boe.com' # BOE 移动端url -VUE_APP_BOE_MOBILE_URL = 'http://192.168.0.10:8082/mobile' +VUE_APP_BOE_MOBILE_URL = 'http://192.168.0.11:8082/mobile' # File路径的基础url -VUE_APP_FILE_BASE_URL = 'http://192.168.0.10:9090/cdn/upload' +VUE_APP_FILE_BASE_URL = 'http://192.168.0.11:9090/cdn/upload' # File路径的基础url的相对路径,加此项是为了不影响之前的路径配置 VUE_APP_FILE_RELATIVE_PATH = '/upload'