From 3927576e8b638aa71a7c5a723111f3308415b046 Mon Sep 17 00:00:00 2001 From: johnnywang Date: Fri, 3 Apr 2020 15:58:30 +0800 Subject: [PATCH] Update index.vue update url --- src/js/module/FAQ/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/module/FAQ/index.vue b/src/js/module/FAQ/index.vue index 8c473a0..bfc17ed 100755 --- a/src/js/module/FAQ/index.vue +++ b/src/js/module/FAQ/index.vue @@ -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 {