From 0efd2065f171f7ff82444753a9e41d97823c25d7 Mon Sep 17 00:00:00 2001 From: 449427055 <449427055@qq.com> Date: Mon, 6 Jun 2022 11:00:06 +0800 Subject: [PATCH] Update .env.development --- .env.development | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.env.development b/.env.development index 24a9a462..24fa357c 100644 --- a/.env.development +++ b/.env.development @@ -8,22 +8,18 @@ VUE_APP_BASE_API = '/systemapi' VUE_APP_BOE_BASE_API = '/uboeApi' # BOE系统网址 -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_WEB_URL = 'http://u-pre.boe.com' # File路径的基础url -VUE_APP_FILE_BASE_URL = 'http://localhost:9090/cdn/upload' - -# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置 -VUE_APP_FILE_RELATIVE_PATH = 'http://localhost:9090/cdn/upload' +VUE_APP_FILE_BASE_URL='https://u-pre.boe.com/upload' # 登录地址 -VUE_APP_LOGIN_URL='/pc/login' +VUE_APP_LOGIN_URL='/web/' + # 虚拟目录的变量 VUE_APP_PUBLIC_PATH='/pc' + # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true