From b02f076d014cc7b179c953a55e332e28147ba6f5 Mon Sep 17 00:00:00 2001 From: wen <1515> Date: Thu, 27 Oct 2022 13:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=BE=E7=89=87=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E5=9C=B0=E5=9D=80=E4=B8=8D=E5=90=8C=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E7=9A=84=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E7=BB=84=E4=BB=B6=E7=9B=AE=E5=BD=95=E4=B8=8B=E6=96=B0?= =?UTF-8?q?=E5=A2=9Eindex.js=E6=96=87=E4=BB=B6=E5=BC=95=E8=B5=B7=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=8A=A5=E9=94=99,=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 +++ .env.production | 2 ++ src/App.vue | 1 + src/router/index.js | 2 +- src/styles/sidebar.scss | 2 ++ src/utils/request.js | 5 ++++- src/views/subfile/index.vue | 9 +++++++-- src/views/subfile/{index.js => indexs.js} | 0 src/views/systme/switchtheme.vue | 3 ++- 9 files changed, 22 insertions(+), 5 deletions(-) rename src/views/subfile/{index.js => indexs.js} (100%) diff --git a/.env.development b/.env.development index 128fbf0..b0f00e0 100644 --- a/.env.development +++ b/.env.development @@ -3,3 +3,6 @@ ENV = 'development' # base api VUE_APP_BASE_API = '/api' + +# base imgurl +VUE_APP_IMG_URL = 'http://192.168.0.100' \ No newline at end of file diff --git a/.env.production b/.env.production index 80c8103..4a33f03 100644 --- a/.env.production +++ b/.env.production @@ -4,3 +4,5 @@ ENV = 'production' # base api VUE_APP_BASE_API = '/prod-api' +# base imgurl +VUE_APP_IMG_URL = 'https://dev.filesite.io' \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index ec9032c..bee05da 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,6 +5,7 @@