Skip to content

Commit e08bef6

Browse files
committed
feat: 完善 index.html 模板内容
1 parent 89f62fd commit e08bef6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/react/index.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@
289289
<script src="${uiResourceAddress}?t=${timestamp}" charset="utf-8"></script>
290290
<script>
291291
var reportSwitch = ${reportSwitch};
292-
if (!reportSwitch) {return;}
293292
294293
/******/ (function() { // webpackBootstrap
295294
/******/ "use strict";
295+
if (!reportSwitch) return;
296296
var __webpack_exports__ = {};
297297
298298
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js

packages/vue2/index.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@
289289
<script src="${uiResourceAddress}?t=${timestamp}" charset="utf-8"></script>
290290
<script>
291291
var reportSwitch = ${reportSwitch};
292-
if (!reportSwitch) {return;}
293292
294293
/******/ (function() { // webpackBootstrap
295294
/******/ "use strict";
295+
if (!reportSwitch) return;
296296
var __webpack_exports__ = {};
297297
298298
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js

packages/vue3/index.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@
289289
<script src="${uiResourceAddress}?t=${timestamp}" charset="utf-8"></script>
290290
<script>
291291
var reportSwitch = ${reportSwitch};
292-
if (!reportSwitch) {return;}
293292
294293
/******/ (function() { // webpackBootstrap
295294
/******/ "use strict";
295+
if (!reportSwitch) return;
296296
var __webpack_exports__ = {};
297297
298298
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js

0 commit comments

Comments
 (0)