updata
This commit is contained in:
parent
ff0e6ff1c4
commit
8287d118e9
@ -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: "资源概览",
|
||||||
|
|||||||
@ -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
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@ -332,7 +332,7 @@ export default {
|
|||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('发送验证码失败:', error);
|
console.error('发送验证码失败:', error);
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user