From af208d0a6d5a9e77154ba3f2fb1ac9f0a527047d Mon Sep 17 00:00:00 2001 From: joshen Date: Tue, 11 Mar 2025 17:15:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2=E7=94=9F=E4=BA=A71?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 8ff284ca..5304b133 100644 --- a/.env.production +++ b/.env.production @@ -16,13 +16,13 @@ VUE_APP_CESOURCE_BASE_API = '/socialApi' VUE_APP_STAT_BASE_API = '/statApi' # BOE系统网址 -VUE_APP_BOE_WEB_URL = 'http://10.251.132.177' +VUE_APP_BOE_WEB_URL = 'https://u.boe.com' # BOE 移动端url -VUE_APP_BOE_MOBILE_URL = 'http://10.251.132.177' +VUE_APP_BOE_MOBILE_URL = 'https://u.boe.com' # File路径的基础url -VUE_APP_FILE_BASE_URL='http://10.251.132.177/upload' +VUE_APP_FILE_BASE_URL='https://u.boe.com/upload' # File路径的基础url的相对路径,加此项是为了不影响之前的路径配置 VUE_APP_FILE_RELATIVE_PATH = '/upload'