From a05ba4e2108c2acd6c1732642ab2e1e87e0db4b9 Mon Sep 17 00:00:00 2001 From: zhaojintian <729234283@qq.com> Date: Wed, 13 Nov 2019 08:37:36 +0800 Subject: [PATCH] update --- src/utils/consts/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/consts/index.js b/src/utils/consts/index.js index fabb61e5..5c076f34 100644 --- a/src/utils/consts/index.js +++ b/src/utils/consts/index.js @@ -23,7 +23,7 @@ import PAY_WAYS from './pay-ways' import STATUSES from './statuses' // 基础地址 -const BASE_URL = !env.isDev() ? 'http://localhost:3005' : 'https://hhx-api.liruan.cn' +const BASE_URL = env.isDev() ? 'http://localhost:3005' : 'https://hhx-api.liruan.cn' // 接口地址 const API_URL = BASE_URL + '/v1/admin'