Browse Source

检测报告

twt 1 year ago
parent
commit
551c9a1f94
3 changed files with 8 additions and 5 deletions
  1. 4 2
      common/request.js
  2. 1 0
      index.html
  3. 3 3
      pages.json

+ 4 - 2
common/request.js

@@ -14,8 +14,10 @@
  const burl2='http://dms-api.lhrhy.cn/' */
 /* const baseURL = 'http://store-api.qdbtl.cn/'
  const burl2='http://store-api.qdbtl.cn/' */
- const baseURL = '//store-api.qdbtl.cn/'
- const burl2='//store-api.qdbtl.cnm/' 
+ const baseURL = 'https://store-api.qdbtl.cn/'
+ const burl2='https://store-api.qdbtl.cnm/' 
+/* const baseURL = '//store-api.qdbtl.cn/'
+ const burl2='//store-api.qdbtl.cnm/' */
 // import md5 from './MD5.js'
 
  

+ 1 - 0
index.html

@@ -2,6 +2,7 @@
 <html lang="en">
   <head>
     <meta charset="UTF-8" />
+	<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui,viewport-fit=cover">
     <script>
       var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
         CSS.supports('top: constant(a)'))

+ 3 - 3
pages.json

@@ -102,9 +102,9 @@
 		{
 			"path": "pages/index/reportUni",
 			"style": {
-				 "navigationBarTitleText": "检测报告",
-				"enablePullDownRefresh": true 
-				
+				/* "navigationBarTitleText": "检测报告", */
+				"enablePullDownRefresh": true,
+				"navigationStyle": "custom"
 			}
 		}
     ],