From 29689b2319caab101ef413b97910b1afb9a9ee7a Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Thu, 16 Jun 2022 16:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=96=87=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/public/index.html | 10 +++++----- front/src/views/components/upload/index.vue | 8 ++++---- front/src/views/home/apply.vue | 6 +++--- .../personalCenter/components/TheNewRelease_back.vue | 10 +++++----- .../views/personalCenter/components/addApplication.vue | 6 +++--- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/back/public/index.html b/back/public/index.html index e33d81d8..72f59aac 100644 --- a/back/public/index.html +++ b/back/public/index.html @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-04-11 10:11:40 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-06-13 11:21:09 + * @LastEditTime: 2022-06-16 15:52:33 * @Description: 告诉大家这是什么 --> @@ -28,8 +28,8 @@ 'iframeURL': '' // 是否通过iframe嵌套展示内容? (以http[s]://开头, 自动匹配) }; // window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.238:9796/#/vueTemplateDemo'; - // window.SITE_CONFIG['frontUrl'] = 'http://124.222.94.39:9796/#/vueTemplateDemo'; - window.SITE_CONFIG['frontUrl'] = 'http://15.72.183.90:7008/#/vueTemplateDemo'; + window.SITE_CONFIG['frontUrl'] = 'http://124.222.94.39:9796/#/vueTemplateDemo'; + // window.SITE_CONFIG['frontUrl'] = 'http://15.72.183.90:7008/#/vueTemplateDemo'; window.SITE_CONFIG['menuList'] = []; // 左侧菜单列表(后台返回,未做处理) window.SITE_CONFIG['permissions'] = []; // 页面按钮操作权限(后台返回,未做处理) window.SITE_CONFIG['dynamicRoutes'] = []; // 动态路由列表 @@ -67,10 +67,10 @@ <% if (process.env.VUE_APP_NODE_ENV === 'prod') { %> diff --git a/front/src/views/components/upload/index.vue b/front/src/views/components/upload/index.vue index 4754b836..264cb525 100644 --- a/front/src/views/components/upload/index.vue +++ b/front/src/views/components/upload/index.vue @@ -1,14 +1,14 @@