From cb9b9f1e6ef9043e226b334746c059535a3d4a83 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 7 Nov 2024 17:43:46 +0800 Subject: [PATCH] init --- .env.production | 8 ++++---- .env.staging | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env.production b/.env.production index 4ff1e0a..afceef9 100644 --- a/.env.production +++ b/.env.production @@ -2,10 +2,10 @@ ENV = 'production' # base api -VUE_APP_BASE_API='https://cz-hjjc.115.langye.net' -VUE_APP_UPLOAD_API='https://cz-hjjc.115.langye.net/api/upload-file' +VUE_APP_BASE_API='http://192.168.16.110:8080:8080' +VUE_APP_UPLOAD_API='http://192.168.16.110/api/upload-file' VUE_APP_PREVIEW=//view.langye.net/preview/onlinePreview -VUE_APP_OUT_OLD = https://cz-hjjc.115.langye.net/oa -VUE_APP_OUT_URL = https://cz-hjjc.115.langye.net/oa +VUE_APP_OUT_OLD = http://192.168.16.110:8080/oa +VUE_APP_OUT_URL = http://192.168.16.110:8080/oa VUE_APP_MODULE_NAME=ht diff --git a/.env.staging b/.env.staging index 1eac3db..1953958 100644 --- a/.env.staging +++ b/.env.staging @@ -5,9 +5,9 @@ ENV = 'staging' # base api VUE_APP_BASE_API='https://cz-hjjc.115.langye.net' -VUE_APP_UPLOAD_API='https://cz-hjjc.115.langye.net/api/admin/upload-file' +VUE_APP_UPLOAD_API='https://cz-hjjc.115.langye.net/api/upload-file' VUE_APP_PREVIEW=//view.langye.net/preview/onlinePreview -VUE_APP_OUT_OLD = http://oa-sqhj-test.ali251.langye.net/admin -VUE_APP_OUT_URL = http://oa-sqhj-test.ali251.langye.net/admin +VUE_APP_OUT_OLD=https://cz-hjjc.115.langye.net/oa +VUE_APP_OUT_URL=https://cz-hjjc.115.langye.net/oa VUE_APP_MODULE_NAME=ht