diff --git a/src/app.tsx b/src/app.tsx index 9824026..b90ed73 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -29,7 +29,7 @@ class App extends Component { // go("/pages/entry/entry"); // 介绍页 // go("/pages/userInfo/userInfo"); // go("/pages/register/register"); - go("/pages/instrument/instrument"); + // go("/pages/instrument/instrument"); } onError(error) { diff --git a/src/store/features/globalStore.js b/src/store/features/globalStore.js index 203786a..4ef1535 100644 --- a/src/store/features/globalStore.js +++ b/src/store/features/globalStore.js @@ -5,7 +5,7 @@ import { createSlice } from "@reduxjs/toolkit"; const globalStoreReducer = createSlice({ name: "globalStore", // store的名字 initialState: { - domain: "http://110.41.134.131:8080", // 请求地址 + domain: "http://flossom.yq-h5.cn:8080", // 请求地址 // domain: "http://192.168.10.147:8080", // 请求地址 // 是否首次进入首页 isShowIndexFlag: false,