no message

This commit is contained in:
蔡玲
2024-10-29 15:48:54 +08:00
parent 1706227b40
commit 1a5330494e

View File

@@ -1,13 +1,13 @@
import * as types from '../types'
import { getStore, setStore } from '@js/mUtils.js'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://localhost:8010' : 'http://localhost:8010'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.200.220:8010' : 'http://192.168.200.220:8010'
/**
* App通用配置
*/
const state = {
baseUrl: getStore('baseUrl') || baseUrl,
setTime: getStore('setTime') || 5000
setTime: getStore('setTime') || 10000
}
const actions = {