From 5e86090ee88a9eb3e7f147d9d8b388840b23547c Mon Sep 17 00:00:00 2001 From: chutingting Date: Thu, 4 Jan 2024 10:35:19 +0800 Subject: [PATCH] api --- .env.int | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.int b/.env.int index 78d05e3..e30e150 100755 --- a/.env.int +++ b/.env.int @@ -3,4 +3,4 @@ OUTPUT_DIR = 'int' VUE_APP_ENV = 'int' # base api -VUE_APP_BASE_API = 'https://admin.meta-autotv.com/homeA/'' \ No newline at end of file +VUE_APP_BASE_API = 'https://admin.meta-autotv.com/homeA/' \ No newline at end of file diff --git a/.env.production b/.env.production index 6be66f5..654aa6a 100755 --- a/.env.production +++ b/.env.production @@ -3,5 +3,5 @@ OUTPUT_DIR = 'pro' VUE_APP_ENV = 'production' # base api -VUE_APP_BASE_API = 'https://admin.meta-autotv.com/homeA/'' +VUE_APP_BASE_API = 'https://admin.meta-autotv.com/homeA/'