소스 검색

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)


불러오는 중...
취소
저장