Fixiaobai
2023-10-11 49890f74f09c5f132380c0a3d41982a8e924096a
1
2
3
4
5
6
7
8
9
10
export default function(Vue) {
    //添加全局API
    Vue.prototype.$api = {
        login
    }
}
 
const login = {
    enter: "/user/enter", //登录
}