|
@@ -5,7 +5,7 @@ import { storageLocal } from "@utils/tools"
|
|
export const getMessage = (dispatch, getState) => {
|
|
export const getMessage = (dispatch, getState) => {
|
|
const state = getState();
|
|
const state = getState();
|
|
// 请求地址
|
|
// 请求地址
|
|
- post('http://192.168.2.236/api/icss/versionInfo/getVersionInfoAlls')
|
|
|
|
|
|
+ post('/api/icss/versionInfo/getVersionInfoAlls')
|
|
.then((data) => {
|
|
.then((data) => {
|
|
|
|
|
|
const versionInfo = JSON.parse(storageLocal.get('versionInfo'));
|
|
const versionInfo = JSON.parse(storageLocal.get('versionInfo'));
|