This commit is contained in:
hrx 2026-01-19 13:53:02 +08:00
parent ff0e6ff1c4
commit 8287d118e9
3 changed files with 3 additions and 3 deletions

View File

@ -436,7 +436,7 @@ export const asyncRoutes = [
children: [ children: [
{ {
path: "", path: "",
component: () => import('@/views/product/productHome/productIndex/index.vue'), component: () => import('@/views/product/mainPage/index.vue'),
name: 'ResourceOverview', name: 'ResourceOverview',
meta: { meta: {
title: "资源概览", title: "资源概览",

View File

@ -256,7 +256,7 @@ export default Vue.extend({
break; break;
} }
this.$router.push({ this.$router.push({
path: '/orderManagement/orderManagement', path: '/orderManagement/baidu',
query: query query: query
}); });
} }

View File

@ -332,7 +332,7 @@ export default {
} }
} catch (error) { } catch (error) {
console.error('发送验证码失败:', error); console.error('发送验证码失败:', error);
} }
}, },