单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
chenyc
2025-06-09 04b53440f419e937c567c5d4bdeff6387e194e82
gx细节
3个文件已修改
4800 ■■■■■ 已修改文件
package-lock.json 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
package.json 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/deviceWindoes2.vue 4787 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
package-lock.json
@@ -14,6 +14,7 @@
        "element-plus": "^2.9.2",
        "event-source-polyfill": "^1.0.31",
        "qs": "^6.14.0",
        "speak-tts": "^2.0.8",
        "vue": "^3.5.13",
        "vue-router": "^4.0.13"
      },
@@ -2041,6 +2042,12 @@
        "node": ">=0.10.0"
      }
    },
    "node_modules/speak-tts": {
      "version": "2.0.8",
      "resolved": "https://registry.npmmirror.com/speak-tts/-/speak-tts-2.0.8.tgz",
      "integrity": "sha512-VY6Q6mRjdou6bF+x0LspvM7GJhBxHx8CLyGPTNQQ7jrztiGutyI4QNZn0cA17c4uk0FnFbA4PaMI3skeZ6PiFg==",
      "license": "MIT"
    },
    "node_modules/ts-custom-error": {
      "version": "3.3.1",
      "resolved": "https://registry.npmmirror.com/ts-custom-error/-/ts-custom-error-3.3.1.tgz",
@@ -3454,6 +3461,11 @@
      "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
      "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="
    },
    "speak-tts": {
      "version": "2.0.8",
      "resolved": "https://registry.npmmirror.com/speak-tts/-/speak-tts-2.0.8.tgz",
      "integrity": "sha512-VY6Q6mRjdou6bF+x0LspvM7GJhBxHx8CLyGPTNQQ7jrztiGutyI4QNZn0cA17c4uk0FnFbA4PaMI3skeZ6PiFg=="
    },
    "ts-custom-error": {
      "version": "3.3.1",
      "resolved": "https://registry.npmmirror.com/ts-custom-error/-/ts-custom-error-3.3.1.tgz",
package.json
@@ -16,6 +16,7 @@
    "element-plus": "^2.9.2",
    "event-source-polyfill": "^1.0.31",
    "qs": "^6.14.0",
    "speak-tts": "^2.0.8",
    "vue": "^3.5.13",
    "vue-router": "^4.0.13"
  },
src/views/deviceWindoes2.vue
Diff too large