yuyu
2023-08-02 4935da798824442f2e14815376a9153840ed1541
1
2
3
4
5
6
7
8
9
10
11
const url = {
  "enter": "user/enter", //登录
  "selectTreeByMaterial": "material/selectTreeByMaterial" //查询物料的树
}
 
export default function(Vue) {
  //添加全局API
  Vue.prototype.$api = {
    url
  }
}