Parcourir la source

upload

master
HolyKnightIX il y a 1 an
Parent
révision
b57e82c785
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      src/store/modules/userInfo.js

+ 3
- 3
src/store/modules/userInfo.js Voir le fichier

@@ -6,9 +6,9 @@ export const userInfoModules = defineStore("userInfoStore", () => {
/** /**
* @description:依托平台:(web、mp-weixin、mp-toutiao) * @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) const platForm = ref(null)


Chargement…
Annuler
Enregistrer