This commit is contained in:
2026-01-19 10:12:27 +08:00
parent 91b2b087f8
commit fdd4fad7e7
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import * as types from '../types'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://10.1.3.91:8013' : 'http://10.1.3.91:8013'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://10.100.9.3:8013' : 'http://10.100.9.3:8013'
const state = {
baseUrl: uni.getStorageSync('baseUrl') || baseUrl,
setTime: uni.getStorageSync('setTime') || 5000,