112
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as types from '../types'
|
||||
|
||||
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://10.1.3.90:8010' : 'http://10.1.3.90:8010'
|
||||
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://10.1.3.91:8013' : 'http://10.1.3.91:8013'
|
||||
const state = {
|
||||
baseUrl: uni.getStorageSync('baseUrl') || baseUrl,
|
||||
setTime: uni.getStorageSync('setTime') || 5000,
|
||||
|
||||
Reference in New Issue
Block a user