Skip to content

Commit 4c3b3af

Browse files
committed
update url
1 parent 6d118e4 commit 4c3b3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/module/FAQ/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
init() {
3636
if (this.$route.query.isSkip) {
3737
const errCode = this.$route.query.errCode;
38-
const addr = module.data.ENVIR === 'dev' ? '***REMOVED***' : window.location.host;
38+
const addr = module.data.ENVIR === 'dev' ? 'localhost:8088' : window.location.host;
3939
this.visualSrc = `http://${addr}/dws/help/errorcode/${errCode}.html`;
4040
this.isSkip = true;
4141
} else {

0 commit comments

Comments
 (0)