更新版本号
@@ -1,6 +1,6 @@
{
"name": "go-admin",
- "version": "1.3.1rc.1",
+ "version": "1.3.3",
"description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
"author": "https://github.com/wenjianzhang",
"license": "MIT",
@@ -2,7 +2,7 @@ import request from '@/utils/request'
export function login(data) {
return request({
- url: '/login',
+ url: '/api/v1/login',
method: 'post',
data
})