#
luxiaotao1123
2024-02-20 22b052e32b2d5175a3a4916138311807312abe2b
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'
    });
}