肖像管理系统

hzj18279462576@163.com 7d7ce1711a 修改退出登录再进去有缓存问题 1 일 전
build 06ee3043dd 接口新增token判断 1 일 전
config 06ee3043dd 接口新增token判断 1 일 전
src 7d7ce1711a 修改退出登录再进去有缓存问题 1 일 전
static 06ee3043dd 接口新增token判断 1 일 전
test 06ee3043dd 接口新增token判断 1 일 전
.babelrc 06ee3043dd 接口新增token判断 1 일 전
.editorconfig 06ee3043dd 接口新增token判断 1 일 전
.gitignore 06ee3043dd 接口新增token判断 1 일 전
.postcssrc.js 06ee3043dd 接口新增token判断 1 일 전
README 重要.md 06ee3043dd 接口新增token判断 1 일 전
README.en.md 06ee3043dd 接口新增token判断 1 일 전
README.md 06ee3043dd 接口新增token判断 1 일 전
index.html 06ee3043dd 接口新增token判断 1 일 전
jiangxi.json 06ee3043dd 接口新增token判断 1 일 전
package-lock.json 06ee3043dd 接口新增token判断 1 일 전
package.json 06ee3043dd 接口新增token判断 1 일 전
vue.config.js 06ee3043dd 接口新增token判断 1 일 전

README 重要.md

#studentGrowth 项目页面适配配置(重要)

将node-modules文件夹下的flexible.js(全局搜索)文件中的 refreshRem函数改为以下函数

function refreshRem(){

    var width = docEl.getBoundingClientRect().width;
    if (width / dpr > 540) {
        width = width * dpr;
    }
    var rem = width / 10;
    docEl.style.fontSize = rem + 'px';
    flexible.rem = win.rem = rem;
}