Skip to content

Commit

Permalink
Update index.vue
Browse files Browse the repository at this point in the history
update url
  • Loading branch information
peacewong authored Apr 3, 2020
1 parent 869670e commit 3927576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/module/FAQ/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
init() {
if (this.$route.query.isSkip) {
const errCode = this.$route.query.errCode;
const addr = module.data.ENVIR === 'dev' ? '***REMOVED***' : window.location.host;
const addr = module.data.ENVIR === 'dev' ? 'localhost:8088' : window.location.host;
this.visualSrc = `http://${addr}/dws/help/errorcode/${errCode}.html`;
this.isSkip = true;
} else {
Expand Down

0 comments on commit 3927576

Please sign in to comment.