twt 4 天之前
父节点
当前提交
0a6bd21a28
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      manifest.json
  2. 1 1
      pages.json
  3. 1 1
      pages/index/index.vue
  4. 1 1
      utils/request.js

+ 1 - 1
manifest.json

@@ -50,7 +50,7 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "wxd982d8ce237c66f0",
+        "appid" : "wx537fa4fbd875d335",
         "setting" : {
             "urlCheck" : false
         },

+ 1 - 1
pages.json

@@ -92,7 +92,7 @@
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "用油查询",
+		"navigationBarTitleText": "精准用油系统",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	},

+ 1 - 1
pages/index/index.vue

@@ -3,7 +3,7 @@
 		<view class="top">
 			<view class="topNavBox">
 				<view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
-				<view class="indexnav">雷曼精准用油</view>
+				<view class="indexnav">精准用油系统</view>
 			</view>
 			<view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
 			<view style="height: 43px;"></view>

+ 1 - 1
utils/request.js

@@ -1,7 +1,7 @@
  //测试地址
  //const baseURL = 'http://192.168.0.122:8002/' 
  //正式
-const baseURL='https://leiman.66km.com/' 
+const baseURL='https://pkf.66km.cn/' 
 //66正式
 /* const baseURL = 'https://apidms.66km.com/' 
  const burl2='https://apidms.66km.com/' */