mod:调整环境配置文件

This commit is contained in:
zhangchuanlong
2022-02-09 17:46:25 +08:00
parent 823d718d7b
commit dd0c8a86c4
8 changed files with 18 additions and 32 deletions

View File

@@ -24,7 +24,7 @@ const users = {
}
export default [
{
url: '/api-mock/user',
url: '/api/user',
method: 'get',
response: ({ headers }) => {
const token = resolveToken(headers?.authorization)