diff --git a/package.json b/package.json index f2adc35..4ced2bb 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "escape-html": "^1.0.3", "file-saver": "^2.0.5", "pako": "^2.1.0", - "qrcode": "^1.5.1", + "qrcodejs2": "^0.0.2", "view-design": "^4.7.0", "vue": "^2.7.14", "vue-axios": "^3.5.2", @@ -24,7 +24,6 @@ "vue-router": "^3.5.4" }, "devDependencies": { - "core-js": "^3.26.1", "@babel/core": "^7.12.16", "@babel/eslint-parser": "^7.12.16", "@vue/cli-plugin-babel": "~5.0.8", @@ -32,11 +31,12 @@ "@vue/cli-plugin-router": "~5.0.8", "@vue/cli-service": "~5.0.8", "compression-webpack-plugin": "^10.0.0", + "core-js": "^3.26.1", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.3", "javascript-obfuscator": "^4.0.0", - "webpack-obfuscator": "^3.5.1", - "webpack": "^5.1.0" + "webpack": "^5.1.0", + "webpack-obfuscator": "^3.5.1" }, "eslintConfig": { "root": true, diff --git a/public/index.html b/public/index.html index a96a0e4..a73d020 100644 --- a/public/index.html +++ b/public/index.html @@ -1 +1,59 @@ -flagnote.com
\ No newline at end of file + + + + + + + + + + + + + + + + + + + + flagnote.com + + + + + + + + + + + + + + + + + + + +
+ + + \ No newline at end of file diff --git a/src/views/ErrorRoute.vue b/src/views/ErrorRoute.vue index 944e0c5..70f2502 100644 --- a/src/views/ErrorRoute.vue +++ b/src/views/ErrorRoute.vue @@ -1,6 +1,6 @@ @@ -12,7 +12,7 @@ export default { return {} }, created() { - alert("route error") + alert(this.$t("error.100001")) } } diff --git a/src/views/ViewNote.vue b/src/views/ViewNote.vue index bb6d401..42a2349 100644 --- a/src/views/ViewNote.vue +++ b/src/views/ViewNote.vue @@ -68,6 +68,12 @@