diff --git a/.env.production b/.env.production index 4efdea3..f23ffd3 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ VUE_APP_MODE=production VUE_APP_NODE_ENV=production VUE_APP_SCENE=/v1.0/datang/ -VUE_APP_BASE_URL=http://10.119.190.12:8000 -VUE_APP_API_URL=http://10.119.190.12:8000/v1.0 +VUE_APP_BASE_URL=http://test.tall.wiki +VUE_APP_API_URL=http://test.tall.wiki/v1.0 VUE_APP_PROXY_URL=/v1.0 VUE_APP_PUBLIC_PATH=/v1.0/datang -VUE_APP_MSG_URL=wss://10.119.190.12:8000/websocket/message/v4.0/ws +VUE_APP_MSG_URL=wss://test.tall.wiki/websocket/message/v4.0/ws VUE_APP_TITLE=大唐 VUE_APP_DESCRIPTION=大唐 diff --git a/src/components/RichText/RichText.vue b/src/components/RichText/RichText.vue index 4aa650c..bdfe453 100644 --- a/src/components/RichText/RichText.vue +++ b/src/components/RichText/RichText.vue @@ -16,8 +16,15 @@ - @@ -34,11 +41,11 @@ export default { return { code: '' }; }, watch: { - richObj(val) { - if (val.jumpUrl) { - window.open(val.jumpUrl); - } - }, + // richObj(val) { + // if (val.jumpUrl) { + // window.open(val.jumpUrl); + // } + // }, }, mounted() { this.code = this.$route.query.code; diff --git a/src/views/FirstPages/FirstPage.vue b/src/views/FirstPages/FirstPage.vue index a0f8445..69e6f24 100644 --- a/src/views/FirstPages/FirstPage.vue +++ b/src/views/FirstPages/FirstPage.vue @@ -247,7 +247,6 @@ export default { const res = await this.getContent(param); this[list] = res.list; if (showPage === '0210') { - console.log('showPage: ', showPage); this.getFiveImg(); } } catch (error) {