Browse Source

Merge branch 'milestone-20250711-金币前端二期' into zhangrenyuan/feature-20250714163943-金币前端二期

zhangrenyuan/feature-20250714163943-金币前端二期
zry 3 weeks ago
parent
commit
c1ea5357bc
  1. 3
      src/router/index.js
  2. 2
      src/util/request.js

3
src/router/index.js

@ -6,6 +6,7 @@ import {ref} from "vue";
// 路由定义(包含权限映射 meta.permissionId)
const routes = [
// {
// path: '/workspace',
// name: "workspace",
// component: () => import("../views/workspace/audit.vue"),
@ -42,7 +43,7 @@ const routes = [
meta: { permissionId: 40 },
// redirect: '/index',
children: [
// 充值审核
// 充值审核========================================
{
path: 'rechargeAudit',
name: "rechargeAudit",

2
src/util/request.js

@ -7,7 +7,7 @@ const service = axios.create({
'Content-Type': 'application/json'
},
// 设置请求头,指定请求体的格式为 JSON
// 设置默认请求方法为 POST 这行对应的代码搁哪呢? util/http.js自己看
// 设置默认请求方法为 POST 这行对应的代码搁哪呢? util/http.js
})
// 添加上传方法

Loading…
Cancel
Save