zkx 8 months ago
parent
commit
acb56aac09
3 changed files with 13 additions and 17 deletions
  1. 5 3
      components/Tabbar.vue
  2. 7 2
      config/.env.prod.ud.js
  3. 1 12
      static/index.html

+ 5 - 3
components/Tabbar.vue

@@ -1,6 +1,8 @@
 <template >
-	<view>
-		<u-tabbar v-model="myCurrent" :list="tabbarList" 
+	<view >
+		<u-tabbar 
+		
+		v-model="myCurrent" :list="tabbarList" 
 		:inactiveColor="inColor" :bgColor="bgColor"
 		:before-switch="beforeSwitch" :activeColor="acColor" :height="elderStatus ? '110rpx' : '100rpx'" :icon-size="elderStatus ? '56rpx' : '40rpx'"></u-tabbar>
 		
@@ -114,5 +116,5 @@
 </script>
 
 <style>
-	 
+	
 </style>

+ 7 - 2
config/.env.prod.ud.js

@@ -1,7 +1,12 @@
 const UNI_APP = {  	
 		ProjectName :"优电联盟",
-    BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
-	PARK_URL: 'https://youdian.hbjp.com.cn/charging-parking/' ,
+    BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
+	
+	PARK_URL: 'https://youdian.hbjp.com.cn/charging-parking/' ,
+	
+	BASE_URL: 'https://youdian.jzrccs.com/charging-station-server/',
+	
+	PARK_URL: 'https://youdian.jzrccs.com/charging-parking/' ,
 	XPGJ_URL: 'https://xpgjapi.xiaoxinda.com/' ,
 		
 	defaultStation:["3865b3a3-13fd-461a-8145-ee9711df35a2"],

+ 1 - 12
static/index.html

@@ -29,18 +29,7 @@
 
 		</div>
 	
-		<div id="app2" style=" position: fixed;
-    bottom: 1px; z-index: 9999999;    text-align: center;width: 100%;">主办单位
-			湖北荆鹏软件集团有限公司<br />
-			<a href="https://beian.miit.gov.cn/">
-				ICP主体备案号
-				鄂ICP备15019309号</a>
-				<style>
-					.u-tabbar__content {
-						padding-bottom: 40px;
-					}
-				</style>
-		</div>
+		
 		<!-- built files will be auto injected -->
 
 	</body>