顾家

懵啊 70b992e409 别处登录清除登录缓存 3 éve
Update 7560f0d1c2 文件上传 3 éve
public e0c6ecd521 项目初始化 3 éve
src 70b992e409 别处登录清除登录缓存 3 éve
.gitignore 9ccee99342 组件 3 éve
README.md 7560f0d1c2 文件上传 3 éve
babel.config.js e0c6ecd521 项目初始化 3 éve
package-lock.json dcedb6eea3 更换地址 3 éve
package.json dcedb6eea3 更换地址 3 éve
postcss.config.js e0c6ecd521 项目初始化 3 éve
tsconfig.json ac5a9d9f4d 代码格式化 3 éve

README.md

#

sass-loader 版本不能大于 7.3.1

node-sass 版本不能大于 4.0.0

resources.ts 网络资源地址配置文件

uview 网络请求 添加的拦截方法

// 拦截器 this.interceptor = { // 请求前的拦截 request: null, // 请求后的拦截 response: null, // 用于 http 状态码不正确拦截 final: null }

判断状态码后调用 final 方法 this.interceptor.final(response)

install 后自行修改 否则会报错

uview 时间选择器 添加了选择日期的开始时间判断详细文件查看 /Update/u-picker.vue

upload 组件 异步问题