url
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import * as types from '../types'
|
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.26.138.21:8010' : 'http://10.26.138.21:8010'
|
||||||
const acsUrl = process.env.NODE_ENV === 'development' ? 'http://10.1.3.90:8010' : 'http://10.1.3.90:8010'
|
const acsUrl = process.env.NODE_ENV === 'development' ? 'http://10.26.138.23:8011' : 'http://10.26.138.23:8011'
|
||||||
const state = {
|
const state = {
|
||||||
baseUrl: uni.getStorageSync('baseUrl') || baseUrl,
|
baseUrl: uni.getStorageSync('baseUrl') || baseUrl,
|
||||||
acsUrl: uni.getStorageSync('acsUrl') || acsUrl,
|
acsUrl: uni.getStorageSync('acsUrl') || acsUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user