瀏覽代碼

upload

master
HolyKnightIX 1 年之前
父節點
當前提交
b57e82c785
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      src/store/modules/userInfo.js

+ 3
- 3
src/store/modules/userInfo.js 查看文件

@@ -6,9 +6,9 @@ export const userInfoModules = defineStore("userInfoStore", () => {
/**
* @description:依托平台:(web、mp-weixin、mp-toutiao)
* @example 平台名:web-H5,枚举值:1
* @example 平台名:mp-weixin,枚举值:2
* @example 平台名:mp-toutiao,枚举值:3
* @example 平台名:"web-H5",枚举值:1
* @example 平台名:"mp-weixin",枚举值:2
* @example 平台名:"mp-toutiao",枚举值:3
*/
const platForm = ref(null)


Loading…
取消
儲存