From 97f7c129fe74136a2dec9f717842f2357df86de4 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 23 Oct 2023 11:30:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/vuex/modules/com.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vuex/modules/com.js b/src/vuex/modules/com.js index f8d308c..4e32a48 100644 --- a/src/vuex/modules/com.js +++ b/src/vuex/modules/com.js @@ -1,8 +1,8 @@ import * as types from '../types' import { getStore, setStore } from '@config/utils.js' -const baseUrl = process.env.NODE_ENV === 'development' ? 'http://43.139.166.161:8018' : 'http://43.139.166.161:8018' -const setTime = '5000' +const baseUrl = process.env.NODE_ENV === 'development' ? 'http://43.139.166.161:8018' : 'http://localhost:8018' +const setTime = '3000' const state = { baseUrl: getStore('baseUrl') || baseUrl, setTime: getStore('setTime') || setTime,