From 173d28c6154cba7961e9fd9eb6a5ea1de392d043 Mon Sep 17 00:00:00 2001 From: nineven Date: Fri, 27 Mar 2020 13:37:51 +0800 Subject: [PATCH] disable django default temp --- fir_client/src/restful/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fir_client/src/restful/index.js b/fir_client/src/restful/index.js index ea3f320..147925e 100644 --- a/fir_client/src/restful/index.js +++ b/fir_client/src/restful/index.js @@ -12,9 +12,9 @@ Axios.defaults.httpsAgent = new https.Agent({ }); // Axios.defaults.baseURL=''; -// const USERSEVER = 'https://fir.dvcloud.xin/api/v1/fir/server'; +const USERSEVER = 'https://fir.dvcloud.xin/api/v1/fir/server'; -const USERSEVER = 'http://192.168.1.112:8000/api/v1/fir/server'; +// const USERSEVER = 'http://192.168.1.112:8000/api/v1/fir/server'; export function set_auth_token() {