소스 검색

版本号

黑龙江艺术高中职
yxq 5 달 전
부모
커밋
a9ebdeeba8
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/App.vue
  2. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/vue.config.js

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/App.vue 파일 보기

@@ -6,7 +6,7 @@

async onLaunch(param) {
// 版本更新
var newVer = '1.0.1';
var newVer = '1.0.2';
var oldVer = localStorage.getItem('version');
    if (newVer != oldVer) {
localStorage.setItem('version', newVer);


+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/vue.config.js 파일 보기

@@ -14,7 +14,7 @@ module.exports = {
disableHostCheck: true
},
output: { // 输出重构 打包编译后的 文件目录 文件名称 【模块名称.时间戳】
filename: `${filePath}[name]${Timestamp}.js?v=1.0.1`,
filename: `${filePath}[name]${Timestamp}.js?v=1.0.2`,
chunkFilename: `${filePath}[name]${Timestamp}.js`
},
}


불러오는 중...
취소
저장