Skip to content

Commit 2786775

Browse files
committed
修复本地运行未添加版本号问题。
1 parent f98132d commit 2786775

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/js/common.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727

2828
//设置头部版本号
2929
function setCurrentVersion() {
30-
if (window.isLocal) {
31-
return;
32-
}
3330
var version = getVersion();
3431
if (!version && window.preRelease) {
3532
version = window.preRelease;

0 commit comments

Comments
 (0)