1.6.0 README.md update

This commit is contained in:
xiaoma
2021-12-24 10:48:49 +08:00
parent fc5e138ed8
commit 1ab8b5b221
25 changed files with 2848 additions and 2956 deletions

View File

@@ -1,4 +1,4 @@
import http from '@/utils/http/axios';
import { http } from '@/utils/http/axios';
//获取主控台信息
export function getConsoleInfo() {

View File

@@ -1,4 +1,4 @@
import http from '@/utils/http/axios';
import { http } from '@/utils/http/axios';
/**
* @description: 根据用户id获取用户菜单

View File

@@ -1,9 +1,9 @@
import http from '@/utils/http/axios';
import { http } from '@/utils/http/axios';
/**
* @description: 角色列表
*/
export function getRoleList(params) {
export function getRoleList() {
return http.request({
url: '/role/list',
method: 'GET',

View File

@@ -1,4 +1,4 @@
import http from '@/utils/http/axios';
import { http } from '@/utils/http/axios';
export interface BasicResponseModel<T = any> {
code: number;

View File

@@ -1,4 +1,4 @@
import http from '@/utils/http/axios';
import { http } from '@/utils/http/axios';
//获取table
export function getTableList(params) {