瀏覽代碼

添加正式api

gcz 3 年之前
父節點
當前提交
3a0ea05abf
共有 2 個文件被更改,包括 7 次插入3 次删除
  1. 5 2
      common/config.js
  2. 2 1
      manifest.json

+ 5 - 2
common/config.js

@@ -1,8 +1,11 @@
 const config = {
 const config = {
 	//地址选择数据
 	//地址选择数据
 	addrApi: 'http://gzhjt.gzsdzth.com/api/wap/treeOrganize/get/preToJson',
 	addrApi: 'http://gzhjt.gzsdzth.com/api/wap/treeOrganize/get/preToJson',
-	//api baseUrl
-	baseUrl:'http://nfzjh.gzsdzth.com/api'
+	//api baseUrl 测试
+	// baseUrl:'http://nfzjh.gzsdzth.com/api',
+	
+	//api baseUrl 正式
+	baseUrl:'http://gzhjt.gzsdzth.com/api'
 }
 }
 export {
 export {
 	config
 	config

+ 2 - 1
manifest.json

@@ -81,6 +81,7 @@
         "template" : "template.h5.html",
         "template" : "template.h5.html",
         "router" : {
         "router" : {
             "mode" : "history"
             "mode" : "history"
-        }
+        },
+        "title" : "碳汇统计"
     }
     }
 }
 }