This commit is contained in:
2023-06-28 16:49:21 +08:00
parent daf22ab71c
commit 35f3882ffe
2 changed files with 1 additions and 2 deletions

View File

@@ -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://172.16.12.10:8010' : 'http://172.16.12.10:8010'
const state = {
baseUrl: uni.getStorageSync('baseUrl') || baseUrl,
setTime: uni.getStorageSync('setTime') || 5000,