vue中保存登陸狀態

  路由傳遞    login=>index         1.login:   this.$router.push({ path: '/index', query: { orderId: 123 } })         2.index:在mounted函數中  this.$route.query.orderId 不隱私 安全性極低 Session儲存 存值sessionStorage.set
相關文章
相關標籤/搜索