From 80b21a3aec71e4d3902d55e0e12345363ed65244 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 3731924..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' ? 'test-dws.weoa.com' : 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 {