#
luxiaotao1123
2024-02-17 97622e494c6e7799e1bcc770edcdbe5ec2c5e042
zy-asrs-flow/src/services/route.js
@@ -14,7 +14,6 @@
export async function getUserInfo(options) {
    return request('/api/auth/user', {
        baseURL: 'http://localhost:9090/wcs',
        method: 'GET',
        ...(options || {}),
    });
@@ -22,7 +21,6 @@
export async function getRouters() {
    return request('/api/auth/menu', {
        baseURL: 'http://localhost:9090/wcs'
    });
}