diff --git a/f/web-kboss/src/router/index.js b/f/web-kboss/src/router/index.js index 032ce69..227c0ec 100644 --- a/f/web-kboss/src/router/index.js +++ b/f/web-kboss/src/router/index.js @@ -436,7 +436,7 @@ export const asyncRoutes = [ children: [ { path: "", - component: () => import('@/views/product/productHome/productIndex/index.vue'), + component: () => import('@/views/product/mainPage/index.vue'), name: 'ResourceOverview', meta: { title: "资源概览", diff --git a/f/web-kboss/src/views/product/mainPage/index.vue b/f/web-kboss/src/views/product/mainPage/index.vue index 7d17b10..a936831 100644 --- a/f/web-kboss/src/views/product/mainPage/index.vue +++ b/f/web-kboss/src/views/product/mainPage/index.vue @@ -256,7 +256,7 @@ export default Vue.extend({ break; } this.$router.push({ - path: '/orderManagement/orderManagement', + path: '/orderManagement/baidu', query: query }); } diff --git a/f/web-kboss/src/views/registrationPage/indexNew.vue b/f/web-kboss/src/views/registrationPage/indexNew.vue index 31982f4..c8a783f 100644 --- a/f/web-kboss/src/views/registrationPage/indexNew.vue +++ b/f/web-kboss/src/views/registrationPage/indexNew.vue @@ -332,7 +332,7 @@ export default { } } catch (error) { console.error('发送验证码失败:', error); - + } },