vue es6 公共方法方便以后使用

/*!

  • 名 称:BitBuy API
  • 功能描述:工具库
  • 创 建 者:WANNA
  • 创建时间:2018-6-22
  • 版 本 号:v1.0.0
  • 所属代号:PC
  • 修改作者:
  • 修改时间:
  • 修改理由:
  • 修改版本:
    */
    let BitBuyAPI = {};
    /******************************** 用户登录UL *************************************/
    BitBuyAPI.UL_Login = 'login';

/******************************** 用户管理UM *************************************/
/**

  • 用户列表/
    BitBuyAPI.UM_List = '/buyer';
    /
    *
  • 查看个人认证/
    BitBuyAPI.UM_Authentication = '/authentication/image';
    /
    *
  • 通过个人认证或者拒绝
  • */
    BitBuyAPI.UM_Authentication_Identity = '/authentication/identity';

export default BitBuyAPI

你可能感兴趣的:(vue es6 公共方法方便以后使用)