只需一步,快速开始
打开编译运行就报错误,无法看到登录页面 const install = () => { const http = new Http() uni.$u.get = http.get uni.$u.post = http.post } Uncaught TypeError: Cannot set properties of undefined (setting 'get') ...
返回顶部