Commit a1d2bdbc authored by pengyunqian's avatar pengyunqian

update:把名字audit换成examine

parent 498d6b67
...@@ -279,7 +279,7 @@ const TABS = { ...@@ -279,7 +279,7 @@ const TABS = {
}; };
export default { export default {
name: "Audit", name: "Examine",
components: { Layout }, components: { Layout },
data() { data() {
return { return {
......
const headerConfig = [ const headerConfig = [
{ {
name: "提现审核", name: "提现审核",
path: "/op/withdrawal/audit" path: "/op/withdrawal/examine"
}, },
{ {
path: '/op/withdrawal/roleManageRole', path: '/op/withdrawal/roleManageRole',
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
const withdrawalRoutes = [ const withdrawalRoutes = [
{ {
path: "/op/withdrawal", path: "/op/withdrawal",
redirect: "/op/withdrawal/audit" redirect: "/op/withdrawal/examine"
}, },
{ {
path: "/op/withdrawal/audit", path: "/op/withdrawal/examine",
name: "Audit", name: "Examine",
component: () => import(/* webpackChunkName: "Withdrawal" */ "@/pages/Withdrawal/Audit"), component: () => import(/* webpackChunkName: "Withdrawal" */ "@/pages/Withdrawal/Examine"),
}, },
//用户管理 //用户管理
{ {
......
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