From 52b715ec34d3089f5d777bf3f0d688a3471da268 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Wed, 31 Jul 2024 14:25:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BF=E9=97=AE=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +++--- .env.production | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index ac0f058..71eebf5 100644 --- a/.env.development +++ b/.env.development @@ -6,6 +6,6 @@ VUE_APP_BASE_API = '/api' ## 配置测试和本地开发时的 接口地址 -VUE_APP_URL = "http://127.0.0.1:4523/m1/4061550-0-default" -##VUE_APP_URL = "http://192.168.0.123:8111" -##VUE_APP_URL = "https://wms.yxtsoft.com" +##VUE_APP_URL = "http://127.0.0.1:4523/m1/4061550-0-default" +VUE_APP_URL = "http://192.168.0.127:8113" +##VUE_APP_URL = "https://oms.yxtsoft.com" diff --git a/.env.production b/.env.production index b150b78..0c4d363 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,4 @@ ENV = 'production' VUE_APP_BASE_API = '/api' ## 配置 正式接口地址 -VUE_APP_URL = "https://wms.yxtsoft.com" +VUE_APP_URL = "https://oms.yxtsoft.com"