Commit 9410aad4 authored by chenwei's avatar chenwei

create page

parent 82d212e4
......@@ -94,6 +94,18 @@ const jiedaoRouter = {
name: "Integral",
meta: { title: "integral" },
},
{
path: "jd-integral-log",
component: () => import("@/views/jiedao/profile/integralLog"),
name: "IntegralLog",
meta: { title: "Integrallog" },
},
{
path: "jd-exchange-log",
component: () => import("@/views/jiedao/profile/exchangeLog"),
name: "ExchangeLog",
meta: { title: "Exchangelog" },
},
{
path: "jd-customer",
component: () => import("@/views/jiedao/profile/customer"),
......
<template><div class="container">兑换日志</div></template>
<template><div class="container">积分日志</div></template>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment