Commit 8ad9bb30 by dupengfei

Merge remote-tracking branch 'origin/dev_shce' into dev_shce

parents 18dd03b5 ce3da436
import { post } from "@/utils/http.js";
import base from "@/api/base";
export const getThglxxByThbh = params =>
post(`${base.alyIP}/thgl/getThglxxByThbh`, params);
export const getThDetailByThbh = params =>
post(`${base.alyIP}/thgl/getThDetailByThbh`, params);
export const saveThInfo = params =>
post(`${base.alyIP}/thgl/saveThInfo`, params);
export const removeThRelationship = params =>
post(`${base.alyIP}/thgl/removeThRelationship`, params);
\ No newline at end of file
......@@ -343,6 +343,16 @@ export default [
component: () => import("@/views/xsDetail/xsGroup.vue")
},
{
path: "/thGroup",
name: "thGroup",
meta: {
title: '团伙管理',
auth: "5",
isUpdata: true
},
component: () => import("@/views/xsDetail/thGroup.vue")
},
{
path: "/login",
name: "login",
meta: {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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