This commit is contained in:
2024-07-25 14:22:15 +08:00
parent 9bad822180
commit da4f1d9b26

View File

@@ -1,6 +1,6 @@
import * as types from '../types'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://localhost:8011' : 'http://localhost:8011'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://localhost:8011' : 'http://10.10.188.45:8011'
const imgBaseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.81.252:8010' : 'http://192.168.81.252:8010'
const state = {
baseUrl: uni.getStorageSync('baseUrl') || baseUrl,