diff --git a/vue/gold-system/dist.7z b/vue/gold-system/dist.7z deleted file mode 100644 index a3a8071..0000000 Binary files a/vue/gold-system/dist.7z and /dev/null differ diff --git a/vue/gold-system/src/router/index.js b/vue/gold-system/src/router/index.js index ecba61b..1a43650 100644 --- a/vue/gold-system/src/router/index.js +++ b/vue/gold-system/src/router/index.js @@ -4,7 +4,7 @@ const router=createRouter({ history:createWebHashHistory(), routes:[ {path:'/jtzy/Product/other/test/hwjb/login', name:"login", component:()=>import("../views/login.vue")}, - {path:'/jtzy/Product/other/test/hwjb/',redirect:"/login"}, + {path:'/',redirect:"/jtzy/Product/other/test/hwjb/login"}, {path:'/jtzy/Product/other/test/hwjb/test',component:()=>import("../views/z.vue")}, { meta:{requireAuth:true}, @@ -25,7 +25,7 @@ const router=createRouter({ // 汇率管理 {path:'/jtzy/Product/other/test/hwjb/rate',component:()=>import("../views/managerecharge/rate.vue")}, // 新增充值 - {path:'/addRecharge',component:()=>import("../views/recharge/addRecharge.vue")}, + {path:'/jtzy/Product/other/test/hwjb/addRecharge',component:()=>import("../views/recharge/addRecharge.vue")}, // 客户充值明细 {path:'/jtzy/Product/other/test/hwjb/adminRecharge',component:()=>import("../views/recharge/adminRecharge.vue")}, // 所有充值明细 diff --git a/vue/gold-system/src/views/index.vue b/vue/gold-system/src/views/index.vue index efc51ff..113aed5 100644 --- a/vue/gold-system/src/views/index.vue +++ b/vue/gold-system/src/views/index.vue @@ -76,7 +76,7 @@ onMounted(async function () { @open="handleOpen" @close="handleClose" > - + @@ -90,8 +90,8 @@ onMounted(async function () { 财务审核 - 充值审核 - 退款审核 + 充值审核 + 退款审核 @@ -101,8 +101,8 @@ onMounted(async function () { 充值管理 - 活动管理 - 汇率管理 + 活动管理 + 汇率管理 @@ -112,9 +112,9 @@ onMounted(async function () { 金币充值 - 新增充值 - 客服充值明细 - 所有充值明细 + 新增充值 + 客服充值明细 + 所有充值明细 @@ -124,8 +124,8 @@ onMounted(async function () { 金币消费 - 新增消费 - 所有消费明细 + 新增消费 + 所有消费明细 @@ -135,18 +135,18 @@ onMounted(async function () { 金币退款 - 新增退款 - 退款明细 + 新增退款 + 退款明细 - + 客户金币明细 - + diff --git a/vue/gold-system/src/views/login.vue b/vue/gold-system/src/views/login.vue index 2fbb013..46a7fac 100644 --- a/vue/gold-system/src/views/login.vue +++ b/vue/gold-system/src/views/login.vue @@ -21,7 +21,7 @@ const login = async function () { ); if (result.data.code == 200) { localStorage.setItem("token", result.data.msg); - router.push("/workspace"); + router.push("/jtzy/Product/other/test/hwjb/workspace"); ElMessage.success("登录成功"); console.log("请求成功", result); } else {