no message
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as types from '../types'
|
||||
import { getStore, setStore } from '@js/mUtils.js'
|
||||
|
||||
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.10.52:8018' : 'http://192.168.10.52:8018'
|
||||
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://localhost:8010' : 'http://localhost:8010'
|
||||
/**
|
||||
* App通用配置
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user