This commit is contained in:
2023-12-15 14:15:29 +08:00
parent 132f0a745b
commit 5f78407bb3
3 changed files with 12 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ 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://localhost:8018'
const setTime = '3000'
const setTime = '1000'
const state = {
baseUrl: getStore('baseUrl') || baseUrl,
setTime: getStore('setTime') || setTime,