vue2-client 1.2.13 → 1.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -274,7 +274,7 @@
274
274
  },
275
275
  mounted () {
276
276
  if (!this.currUser) {
277
- this.$router.push('/login')
277
+ this.$router.replace('/login')
278
278
  return
279
279
  }
280
280
  this.getCurrentUserPhone()