Compare commits

..

No commits in common. "a1694102e55ebed2c4d69948921f5b8481edb5a7" and "bf9202329f39e15af3206ac900e12d83c3122263" have entirely different histories.

View File

@ -667,7 +667,7 @@ export default Vue.extend({
// - // -
goHome() { goHome() {
console.log('当前域名:', this.getHomePath); console.log('当前域名:', window.location.href);
if (this.isNcmatchDomain) { if (this.isNcmatchDomain) {
this.$router.push(this.getHomePath); this.$router.push(this.getHomePath);