luobisheng
2022-11-17 99f97b11a334ce482db9aa91fca86dadbaffd716
src/main.js
@@ -22,15 +22,16 @@
      next();
    } else {
      router.push("/login");
      next();
    }
  } else {
    next();
  }
})
// console.log(process.env.VUE_APP_BASE_API);
Vue.use(ElementUI);
new Vue({
  router,
  store,
  render: h => h(App)
}).$mount('#app')
// Vue.config.devtools=true