zhangjie 6 月之前
父節點
當前提交
5ba3aa8abe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/store/modules/app/index.ts

+ 1 - 1
src/store/modules/app/index.ts

@@ -3,7 +3,7 @@ import { AppState } from './types';
 
 const useAppStore = defineStore('app', {
   state: (): AppState => ({
-    version: '1.0.1',
+    version: '1.0.3',
     domain: '',
     device: 'desktop',
     trackConfig: {