林旭祥 2 周之前
父節點
當前提交
86b7b0b5fe
共有 3 個文件被更改,包括 124 次插入62 次删除
  1. 123 54
      package-lock.json
  2. 0 2
      package.json
  3. 1 6
      src/views/set/index.vue

文件差異過大導致無法顯示
+ 123 - 54
package-lock.json


+ 0 - 2
package.json

@@ -29,8 +29,6 @@
     "socket.io-client": "^2.5.0",
     "speak-tts": "^2.0.8",
     "swiper": "^11.1.4",
-    "vite-plugin-git-commit-hash": "^1.0.7",
-    "vite-plugin-package-version": "^1.1.0",
     "vue": "^3.4.21",
     "vue-lazyload": "^3.0.0",
     "vue-router": "^4.0.13"

+ 1 - 6
src/views/set/index.vue

@@ -27,17 +27,12 @@
         </div>
       </div> -->
     </div>
-    111==={{ gitCommitHash }}
   </div>
 </template>
 
 <script setup name="Login" lang="ts">
 const { proxy } = getCurrentInstance() as any;
 const router = useRouter();
-const data = reactive<any>({
-  gitCommitHash: ""
-});
-const { gitCommitHash } = toRefs(data);
 
 //设置
 const getConfig = () => {
@@ -79,7 +74,7 @@ const confirmExit = () => {
 };
 
 onMounted(() => {
-  console.info(GIT_COMMIT_HASH);
+
 })
 </script>
 

部分文件因文件數量過多而無法顯示