zkx 11 ヶ月 前
コミット
a043715367
6 ファイル変更7 行追加9 行削除
  1. 1 1
      README.md
  2. 2 4
      bobo-router/index.js
  3. 1 1
      manifest.json
  4. 1 1
      pages.json
  5. 1 1
      pages/login/index.vue
  6. 1 1
      pages/login/recharge.vue

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-#   智能充电系统
+#   电单车充电系统
 发行方式, uniapp  点击”发行“ -”自定义发行“   prod 正式环境| test 测试环境
 
 运行方式  uniapp正常运行方式

+ 2 - 4
bobo-router/index.js

@@ -17,11 +17,9 @@
  uniCrazyRouter.afterEach((to, from) => {
  	// 逻辑代码
 
- 	var title = "智能充电系统"
+ 	var title = "电单车充电系统"
 
- 	if (to && to.url && to.url.indexOf("pagesFinance") == 0) {
- 		title = "合伙收益通"
- 	}
+ 	
  	console.log("afterEach")
  	if (process.car.NODE_ENV == 'dev' || process.car.NODE_ENV == 'test') {
  		title+= '(' + process.car.NODE_ENV + ')'

+ 1 - 1
manifest.json

@@ -79,7 +79,7 @@
                 "enable" : true
             }
         },
-        "title" : "智能充电系统",
+        "title" : "电单车充电系统",
         "router" : {
             "base" : "./"
         }

+ 1 - 1
pages.json

@@ -140,7 +140,7 @@
     ],
 	"globalStyle": {
 		"navigationStyle": "custom", // 隐藏系统导航栏
-		"navigationBarTitleText": "智能充电系统",
+		"navigationBarTitleText": "电单车充电系统",
 		"enablePullDownRefresh": false
 
 	}

+ 1 - 1
pages/login/index.vue

@@ -26,7 +26,7 @@
 		</div>
 		<view class="login-title">
 <!-- 			<u-icon name="qichexiangguan-chongdianzhan" custom-prefix="custom-icon" color="#1677ff" size="56"></u-icon>
- -->			<h3>电单车智能充电系统</h3>
+ -->			<h3>电单车充电系统</h3>
 		</view>
 		<view class="login-main">
 			<u-form :model="form" ref="uForm">

+ 1 - 1
pages/login/recharge.vue

@@ -26,7 +26,7 @@
 		</div>
 		<view class="login-title">
 <!-- 			<u-icon name="qichexiangguan-chongdianzhan" custom-prefix="custom-icon" color="#1677ff" size="56"></u-icon>
- -->			<h3>电单车智能充电系统</h3>
+ -->			<h3>电单车充电系统</h3>
 		</view>
 		<view class="login-main">
 			<u-form :model="form" ref="uForm">