-
+ >
@@ -307,8 +543,7 @@
diff --git a/src/router/index.js b/src/router/index.js
index b52e50d..4df5246 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -20,7 +20,7 @@ const defaultRouterList = [
{
path: '/register',
name: 'register',
- meta: {title: '会员注册'},
+ meta: {title: '入会资料填写'},
component: () => import('@/pages/register/index.vue'),
},
{
diff --git a/src/utils/request.ts b/src/utils/request.ts
index a6fd522..198bb5a 100644
--- a/src/utils/request.ts
+++ b/src/utils/request.ts
@@ -4,7 +4,7 @@ import store from '../store'
//const API_HOST ="https://hnyea.0rui.cn/api/";
const API_HOST ="/api/";
const CODE = {
- LOGIN_TIMEOUT: 100000,
+ LOGIN_TIMEOUT: 1000000,
REQUEST_SUCCESS: 0,
REQUEST_FOBID: 1001,
};
@@ -41,6 +41,7 @@ instance.interceptors.request.use((config) => {
instance.interceptors.response.use(
(response) => {
const { data } = response;
+ console.log(data);
return data;
},
(err) => {