From 9914424a20d73a006da7f98869560cb2709d2478 Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Fri, 20 Dec 2024 12:50:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=85=8D=E7=BD=AE=EF=BC=9A?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0lzx=E6=9C=AC=E5=9C=B0=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index a6f0195..290aa53 100644 --- a/config.js +++ b/config.js @@ -7,11 +7,14 @@ import uvUI from '@/uni_modules/uv-ui-tools' Vue.use(uvUI); // 当前环境 -const type = 'prod' +const type = 'lzx' // 环境配置 const config = { + lzx : { + baseUrl : 'http://h5.xzaiyp.top/employ-api', + }, dev : { baseUrl : 'http://augcl.natapp1.cc/employ-api', },