diff --git a/.env.production b/.env.production index 8150bd8..589c219 100644 --- a/.env.production +++ b/.env.production @@ -2,4 +2,4 @@ ENV = 'production' # base api -VUE_APP_BASE_API = 'http://chaoyang.yulongcode.com/api/' \ No newline at end of file +VUE_APP_BASE_API = 'http://api.cyteam.org.cn/' \ No newline at end of file diff --git a/src/views/Registered.vue b/src/views/Registered.vue index 7873d48..fa34c75 100644 --- a/src/views/Registered.vue +++ b/src/views/Registered.vue @@ -26,126 +26,6 @@ 注:组织名称将用于用户登录 - - - - - - - - - - - - - - - - - - - - @@ -189,7 +69,6 @@ export default { object: _this.obj } }).then(res => { - console.log(res) if (res.data.code === 200) { alert(res.data.data.msg) _this.$router.push({ diff --git a/src/views/home/NewsList.vue b/src/views/home/NewsList.vue index a3ffa0f..9c3829b 100644 --- a/src/views/home/NewsList.vue +++ b/src/views/home/NewsList.vue @@ -2,7 +2,7 @@
-