1
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
|
|
||||||
class SysAdServer {
|
class SysAdServer {
|
||||||
async getAll(param) {
|
async getAll(param) {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取球局评论列表
|
// 获取球局评论列表
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
const gameParticipantsServer = {
|
const gameParticipantsServer = {
|
||||||
// 获取球局参与者列表
|
// 获取球局参与者列表
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
// 获取资源列表(分页)
|
// 获取资源列表(分页)
|
||||||
export function getList(params) {
|
export function getList(params) {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取热门城市二维码配置列表
|
// 获取热门城市二维码配置列表
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取列表(分页)
|
// 获取列表(分页)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
class HomeServer {
|
class HomeServer {
|
||||||
// 获取订单统计
|
// 获取订单统计
|
||||||
async getOderCount() {
|
async getOderCount() {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取消息通知列表
|
// 获取消息通知列表
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取冻结资金列表
|
// 获取冻结资金列表
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取订单状态列表
|
// 获取订单状态列表
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取支付订单列表
|
// 获取支付订单列表
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取支付统计数据
|
// 获取支付统计数据
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取钱包交易记录列表
|
// 获取钱包交易记录列表
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取用户钱包列表
|
// 获取用户钱包列表
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取提现审核列表
|
// 获取提现审核列表
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
// 获取球局统计列表
|
// 获取球局统计列表
|
||||||
export const getList = (params) => {
|
export const getList = (params) => {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取资源列表
|
// 获取资源列表
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
// 获取营收统计列表
|
// 获取营收统计列表
|
||||||
export const getList = (params) => {
|
export const getList = (params) => {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
class FileServe {
|
class FileServe {
|
||||||
async upload_oos_img(row) {
|
async upload_oos_img(row) {
|
||||||
let res = await window.framework.http.postFormData("/sys_file/upload_oos_img", row);
|
let res = await window.framework.http.postFormData("/sys_file/upload_oos_img", row);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http';
|
;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 热门城市二维码配置相关API
|
* 热门城市二维码配置相关API
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取所有平台账户
|
// 获取所有平台账户
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
class RolePermissionServer {
|
class RolePermissionServer {
|
||||||
async getRoles(callback) {
|
async getRoles(callback) {
|
||||||
let res = await window.framework.http.get('/SysRolePermission/Query', {})
|
let res = await window.framework.http.get('/SysRolePermission/Query', {})
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
class RoleServer {
|
class RoleServer {
|
||||||
async list() {
|
async list() {
|
||||||
let res = await window.framework.http.get("/sys_role/index", {});
|
let res = await window.framework.http.get("/sys_role/index", {});
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
class ShpProfitServer {
|
class ShpProfitServer {
|
||||||
async report(param) {
|
async report(param) {
|
||||||
let res = await window.framework.http.post('/shpProfit/report', param)
|
let res = await window.framework.http.post('/shpProfit/report', param)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
class SpecificationServer {
|
class SpecificationServer {
|
||||||
async list() {
|
async list() {
|
||||||
let res = await window.framework.http.post('/specification/list', {})
|
let res = await window.framework.http.post('/specification/list', {})
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
class SysAddress {
|
class SysAddress {
|
||||||
async index(param) {
|
async index(param) {
|
||||||
let res = await window.framework.http.get("/sys_address/index", param);
|
let res = await window.framework.http.get("/sys_address/index", param);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
class SysModuleServer {
|
class SysModuleServer {
|
||||||
async all() {
|
async all() {
|
||||||
let res = await window.framework.http.get("/sys_menu/all", {});
|
let res = await window.framework.http.get("/sys_menu/all", {});
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
class SysLogServe {
|
class SysLogServe {
|
||||||
async all(param) {
|
async all(param) {
|
||||||
let res = await window.framework.http.get("/sys_log/all", param);
|
let res = await window.framework.http.get("/sys_log/all", param);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
class TableServer {
|
class TableServer {
|
||||||
async getAll(callback) {
|
async getAll(callback) {
|
||||||
return await window.framework.http.get('/table/index', {})
|
return await window.framework.http.get('/table/index', {})
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
class UserServer {
|
class UserServer {
|
||||||
async login(row) {
|
async login(row) {
|
||||||
let res = await window.framework.http.post("/sys_user/login", row);
|
let res = await window.framework.http.post("/sys_user/login", row);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取职业列表
|
// 获取职业列表
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
class FormFieldServer {
|
class FormFieldServer {
|
||||||
async all(param) {
|
async all(param) {
|
||||||
let res = await window.framework.http.get("/sys_form_field/all", param);
|
let res = await window.framework.http.get("/sys_form_field/all", param);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
class FormServer {
|
class FormServer {
|
||||||
async all(param) {
|
async all(param) {
|
||||||
let res = await window.framework.http.get("/sys_form/all", param);
|
let res = await window.framework.http.get("/sys_form/all", param);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
|
|
||||||
class MenuServer {
|
class MenuServer {
|
||||||
async list(row) {
|
async list(row) {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
class ModelFieldServer {
|
class ModelFieldServer {
|
||||||
async all(row) {
|
async all(row) {
|
||||||
let res = await window.framework.http.get("/sys_model_field/all", row);
|
let res = await window.framework.http.get("/sys_model_field/all", row);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
class ModelServer {
|
class ModelServer {
|
||||||
async interface(row) {
|
async interface(row) {
|
||||||
let res = await window.framework.http.post("/sys_model/interface", row);
|
let res = await window.framework.http.post("/sys_model/interface", row);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
class ParamSetupServer {
|
class ParamSetupServer {
|
||||||
async getAll() {
|
async getAll() {
|
||||||
return await window.framework.http.get("/sys_parameter/index", {});
|
return await window.framework.http.get("/sys_parameter/index", {});
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "@/libs/http";
|
|
||||||
class SysControlTypeServer {
|
class SysControlTypeServer {
|
||||||
async all(param) {
|
async all(param) {
|
||||||
let res = await window.framework.http.get("/sys_control_type/all", param);
|
let res = await window.framework.http.get("/sys_control_type/all", param);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from '@/libs/http'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// 获取城市列表
|
// 获取城市列表
|
||||||
|
|||||||
@@ -28,7 +28,6 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
|
|
||||||
import menuServer from '@/api/system_high/menuServer.js'
|
|
||||||
import user_followsServer from '@/api/users/user_follows_server.js'
|
import user_followsServer from '@/api/users/user_follows_server.js'
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
Reference in New Issue
Block a user