sunchengjie 8 months ago
parent
commit
8f9703657c
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/pages/express.vue

+ 0 - 7
src/pages/express.vue

@@ -303,13 +303,6 @@ export default {
 		}
 	},
 	async created(){
-        if (this.$route.path !== "/Login") {
-            const res = await checkIsLogin();
-            if (res.msg !== "success") {
-                this.$router.push({ path: '/Login' })
-            }
-        }
-        window.localStorage.setItem('scanUrl', location.href.split('#')[0])
         const res = await getWxConfig({
             url: window.location.href
         })