07 2022 档案
摘要:1 import axios from 'axios' 2 3 // 定义常见的错误 4 const TOKEN_ERROR = 'token认证失败,请重新登录' 5 const NETWORK_ERROR = '网络异常,请检查网络后重试' 6 7 // 创建axios实例 8 // let b
阅读全文
摘要:import { Indicator } from "mint-ui"; import axios from "axios"; import store from '@/store/index' import router from "@/router/index"; export default
阅读全文
摘要:const student = { name:'小明', age:12, [Symbol('leavel')]:'优秀', [Symbol('leavel')]:'优秀' } // 查看name属性对应的属性描述符 Object.getOwnPropertyDescriptor(student,'n
阅读全文

浙公网安备 33010602011771号