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', },