Commit 39eaf48d authored by 黄奎's avatar 黄奎

页面修改

parent 54fcc633
This diff is collapsed.
...@@ -121,7 +121,7 @@ export default { ...@@ -121,7 +121,7 @@ export default {
var apiurl = this.domainManager().DomainUrl+cmd; var apiurl = this.domainManager().DomainUrl+cmd;
var timestamp = (new Date()).valueOf(); var timestamp = (new Date()).valueOf();
this.apiurl = apiurl; this.apiurl = apiurl;
if (!localStorage.userInfo && localStorage.userInfo != "" && this.$route.path.toLowerCase() != "/login") { if (!localStorage.mall_userInfo && localStorage.mall_userInfo != "" && this.$route.path.toLowerCase() != "/login") {
this.$router.push({ this.$router.push({
path: '/login' path: '/login'
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment