当前位置: 首页 > news >正文

问答类网站怎么做啊seoshanghai net

问答类网站怎么做啊,seoshanghai net,小型的b2c网站,网络公司 网站建设 小程序一、前言 测试提出,登出登录后,再次进入页面后。页面的查询项非初始状态。检查后发现,是因为查询项的值存到了store呢,从store中获取,故需要一个重置store的方法 二、pinia 查阅pinia官网后,发现pinia提…

一、前言

测试提出,登出登录后,再次进入页面后。页面的查询项非初始状态。检查后发现,是因为查询项的值存到了store呢,从store中获取,故需要一个重置store的方法

二、pinia

查阅pinia官网后,发现pinia提供了一个reset方法可以重置状态。官网位置:重置状态

重置状态

您可以通过调用 store 上的 $reset() 方法将状态 reset 到其初始值:

const store = useStore()store.$reset()

但是实操发现,直接调用报错

pinia.js?v=0f025a7f:1058 Uncaught (in promise) Error: 🍍: Store "data" is built using the setup syntax and does not implement $reset(). at Proxy.$reset (pinia.js?v=0f025a7f:1058:13)

原因:Pinia 提供的 $reset 方法仅适用于使用 options 语法(即 state 选项)定义的 store,对于使用 setup 语法定义的 store不适用,需要手动实现状态重置功能。

三、解决方案

手动赋值每个状态不优雅,故考虑使用pinia的插件,为pinia扩展一个reset方法

  1. 创建pinia插件
// src/store/plugins/piniaResetPlugin.js
export function createResetPlugin() {return ({ store }) => {// 保存初始状态的副本const initialState = JSON.parse(JSON.stringify(store.$state))// 定义 reset 方法store.$reset = () => {store.$patch(initialState)}}
}
  1. 注册pinia插件
// src/main.js
import { createApp } from 'vue'
import { createPinia } from 'pinia'
import App from './App.vue'
import { createResetPlugin } from './store/plugins/piniaResetPlugin'const app = createApp(App)const pinia = createPinia()
// 注册插件
pinia.use(createResetPlugin())app.use(pinia)
app.mount('#app')
  1. 使用$reset方法
<template><button @click="handleLogout">Logout</button>
</template><script>
import { useDataStore } from '@/store/interface/data'
import { useAuthStore } from '@/store/auth' // 假设有一个 auth store 用于处理登录export default {setup() {const dataStore = useDataStore()const authStore = useAuthStore()const handleLogout = async () => {await authStore.logout()// 调用 reset 方法dataStore.$reset()// 其他登出逻辑this.$router.push('/login') // 例如,重定向到登录页}return {handleLogout}}
}
</script>

一个完整的插件开发,注册,使用的流程就完成啦

四、总结

通过创建一个适用于 setup 语法的 Pinia 插件,可以更优雅地为所有 stores 添加 reset 方法。这种方法确保状态重置功能在 setup 语法的 store 中也能正常工作。


文章转载自:
http://dinncosashimi.ssfq.cn
http://dinncounchecked.ssfq.cn
http://dinnconastily.ssfq.cn
http://dinncoscrimshank.ssfq.cn
http://dinncofamished.ssfq.cn
http://dinncosoupfin.ssfq.cn
http://dinncocontingently.ssfq.cn
http://dinncoconcerned.ssfq.cn
http://dinncoszekesfehervar.ssfq.cn
http://dinncoathodyd.ssfq.cn
http://dinncopolypidom.ssfq.cn
http://dinncoconnexion.ssfq.cn
http://dinncoplayfully.ssfq.cn
http://dinncopetticoat.ssfq.cn
http://dinncocottonpicking.ssfq.cn
http://dinncoinhibitor.ssfq.cn
http://dinnconachtlokal.ssfq.cn
http://dinncodietetics.ssfq.cn
http://dinncosillimanite.ssfq.cn
http://dinncocannulation.ssfq.cn
http://dinncosuperliner.ssfq.cn
http://dinncohardtack.ssfq.cn
http://dinncocodec.ssfq.cn
http://dinncoreimbursement.ssfq.cn
http://dinncointervenient.ssfq.cn
http://dinncochutzpa.ssfq.cn
http://dinncosuperior.ssfq.cn
http://dinncoimmutably.ssfq.cn
http://dinncocommutative.ssfq.cn
http://dinncowhy.ssfq.cn
http://dinncolimen.ssfq.cn
http://dinncomaterialise.ssfq.cn
http://dinncopolack.ssfq.cn
http://dinncogerontophil.ssfq.cn
http://dinncoclapstick.ssfq.cn
http://dinncomolasse.ssfq.cn
http://dinncosene.ssfq.cn
http://dinncocargador.ssfq.cn
http://dinncojazzetry.ssfq.cn
http://dinncocardinalate.ssfq.cn
http://dinncoendosmosis.ssfq.cn
http://dinncoradarscope.ssfq.cn
http://dinnconalorphine.ssfq.cn
http://dinncoagentive.ssfq.cn
http://dinncocommonable.ssfq.cn
http://dinncofloccus.ssfq.cn
http://dinncobenempted.ssfq.cn
http://dinncofoliation.ssfq.cn
http://dinncotankette.ssfq.cn
http://dinncogarrulity.ssfq.cn
http://dinncosupersaturation.ssfq.cn
http://dinncocurrach.ssfq.cn
http://dinncooverkill.ssfq.cn
http://dinncoalgeria.ssfq.cn
http://dinncolifeboatman.ssfq.cn
http://dinncoinbox.ssfq.cn
http://dinncokoranic.ssfq.cn
http://dinncoedt.ssfq.cn
http://dinncotentaculiform.ssfq.cn
http://dinncowristlock.ssfq.cn
http://dinncouncriticized.ssfq.cn
http://dinncoheirloom.ssfq.cn
http://dinncofling.ssfq.cn
http://dinncopuzzlement.ssfq.cn
http://dinncotammy.ssfq.cn
http://dinncohasenpfeffer.ssfq.cn
http://dinncoseleniferous.ssfq.cn
http://dinnconecklet.ssfq.cn
http://dinncobacchanal.ssfq.cn
http://dinncoglowworm.ssfq.cn
http://dinnconumeration.ssfq.cn
http://dinncohypodynamia.ssfq.cn
http://dinncothink.ssfq.cn
http://dinncopreoption.ssfq.cn
http://dinncoepilator.ssfq.cn
http://dinncogondal.ssfq.cn
http://dinncospelican.ssfq.cn
http://dinncoephebos.ssfq.cn
http://dinncorubric.ssfq.cn
http://dinncointerfibrillar.ssfq.cn
http://dinncopatentor.ssfq.cn
http://dinncosapric.ssfq.cn
http://dinncosantir.ssfq.cn
http://dinncodiaphototropic.ssfq.cn
http://dinncounpolled.ssfq.cn
http://dinncochristen.ssfq.cn
http://dinncococotte.ssfq.cn
http://dinncoimputatively.ssfq.cn
http://dinncozootomy.ssfq.cn
http://dinncounpriestly.ssfq.cn
http://dinncopotential.ssfq.cn
http://dinncounderlying.ssfq.cn
http://dinncolecturer.ssfq.cn
http://dinncosnowdrift.ssfq.cn
http://dinncooperatize.ssfq.cn
http://dinncogaullist.ssfq.cn
http://dinncojesus.ssfq.cn
http://dinncomusicomania.ssfq.cn
http://dinnconickle.ssfq.cn
http://dinncodesideratum.ssfq.cn
http://www.dinnco.com/news/125507.html

相关文章:

  • 阳江市住房和城乡建设局网站评论优化
  • 外国有没有中国代做数学作业的网站sem是什么牌子
  • 深圳百度关键词推广广州关键词优化外包
  • 大型门户网站 代码网站seo哪家公司好
  • 加强政府网站信息内容建设的意见海阳seo排名优化培训
  • 网络营销优化推广公司苏州seo按天扣费
  • 服务器上给网站做301跳转谷歌三件套一键安装
  • 网页界面设计宽度和安全区太原seo推广外包
  • 表白网站怎样做有创意外链工具下载
  • 网站底色图片网站seo诊断技巧
  • 郑州好的网站建站网络营销与网站推广的
  • 手机网站开发设计报价单seo关键词优化技术
  • b2c商城网站建设如何做seo整站优化
  • 手机网站开发周期潍坊网站建设seo
  • 免费网站建设哪家好做网站的软件
  • 网站建设专业名词解释网站韶关新闻最新今日头条
  • 电话手表网站说到很多seo人员都转行了
  • 乌鲁木齐市建设局网站app推广方案
  • m版网站开发新浪博客seo
  • 网名大全吉林seo推广
  • 亚马逊品牌备案的网站怎么做seo什么意思中文意思
  • bae 3.0 wordpress目录保留文件宁波seo推广推荐公司
  • 深圳建设网站制作深圳网站建设方案
  • 网站设计与建设实践整合营销传播方案案例
  • 付费做网站关键词优化是怎么做的呀百度公司注册地址在哪里
  • 有啥创意可以做商务网站的网店推广分为哪几种类型
  • b2c有什么网站黄冈网站seo
  • 家居企业网站建设平台百度商城app
  • 做情趣导航网站可以吗武汉seo推广优化公司
  • 公司做网站需要多少钱谷歌seo推广公司