Pārlūkot izejas kodu

项目日志:12.26 合并

gubai 2 gadi atpakaļ
vecāks
revīzija
3a63c85ab1
3 mainītis faili ar 14 papildinājumiem un 12 dzēšanām
  1. 1 1
      manifest.json
  2. 11 9
      pages.json
  3. 2 2
      setting.js

+ 1 - 1
manifest.json

xqd
@@ -1,6 +1,6 @@
 {
     "name" : "hotel_uni",
-    "appid" : "__UNI__9140D70",
+    "appid" : "__UNI__807A871",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",

+ 11 - 9
pages.json

xqd xqd
@@ -1,15 +1,6 @@
 {
 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
 
-		{
-			"path": "pages/my/prize/exchangeDetail",
-			"style": {
-				// "navigationBarTitleText": "兑换详情",
-				"navigationStyle": "custom", //隐藏系统导航栏
-				"enablePullDownRefresh": false
-			}
-
-		},
 
 		{
 			"path": "pages/index/index",
@@ -254,6 +245,17 @@
 			}
 
 		},
+		
+		{
+			"path": "pages/my/prize/exchangeDetail",
+			"style": {
+				// "navigationBarTitleText": "兑换详情",
+				"navigationStyle": "custom", //隐藏系统导航栏
+				"enablePullDownRefresh": false
+			}
+		
+		},
+		
 		{
 			"path": "pages/my/prize/prize",
 			"style": {

+ 2 - 2
setting.js

xqd
@@ -3,8 +3,8 @@
  */
 const IS_DEV = process.env.NODE_ENV === 'development'
 
-const URL = 'https://t9.9026.com'
-// const URL = 'https://ihg.9026.com'
+// const URL = 'https://t9.9026.com'
+const URL = 'https://ihg.9026.com'
 
 	
 module.exports = {