diff --git a/app/view/make/make.js b/app/view/make/make.js index 570e7a10..b60102a5 100644 --- a/app/view/make/make.js +++ b/app/view/make/make.js @@ -133,7 +133,7 @@ function main(ver, basefile, pwa, store) { } if (pages[i] == 'setting.vue.js') { if (str) { - str = str.replace(/'/g, '\\') + str = str.replace(/'/g, "\\'") } } var regExp = new RegExp('@@' + tarKey + '@@', 'g')