From 6b40cf80897a74c6e931aef11abf43c40fd61fad Mon Sep 17 00:00:00 2001
From: YeMingfei666 <1619116647@qq.com>
Date: Thu, 12 Dec 2024 11:06:24 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B0=E7=9A=84=E6=94=AF?=
=?UTF-8?q?=E4=BB=98=E8=B7=B3=E8=BD=AC=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/config.js | 12 +++---
manifest.json | 2 +-
pages.json | 19 +++++++++
pages/pays/pays.vue | 98 +++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 124 insertions(+), 7 deletions(-)
create mode 100644 pages/pays/pays.vue
diff --git a/common/config.js b/common/config.js
index ef54693..4c7923a 100644
--- a/common/config.js
+++ b/common/config.js
@@ -1,10 +1,10 @@
-const ROOTPATH1 = "https://dj-api.hnsiyao.cn/sqx_fast/"; //
-const ROOTPATH = "https://dj-api.hnsiyao.cn/sqx_fast/"; //后台服务域名
-const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名
+// const ROOTPATH1 = "https://dj-api.hnsiyao.cn/sqx_fast/"; //
+// const ROOTPATH = "https://dj-api.hnsiyao.cn/sqx_fast/"; //后台服务域名
+// const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名
-// const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; //
-// const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名
-// const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名
+const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; //
+const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名
+const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名
module.exports = {
APIHOST: ROOTPATH,
diff --git a/manifest.json b/manifest.json
index e8b80ad..72ba85e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -58,7 +58,7 @@
],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
"minSdkVersion" : 26,
- "targetSdkVersion" : 30,
+ "targetSdkVersion" : 28,
"schemes" : "com.hnsiyao.duanju"
},
/* ios打包配置 */
diff --git a/pages.json b/pages.json
index 07fff58..5ee77ea 100644
--- a/pages.json
+++ b/pages.json
@@ -243,6 +243,13 @@
"style": {
"navigationBarTitleText": "手机号绑定"
}
+ },
+ {
+ "path" : "pages/pays/pays",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
}
],
"subPackages": [{
@@ -451,6 +458,18 @@
"safeAreaInsetBottom": "none"
},
"app-plus": {
+ // "subNVues": [{
+ // "id": "pay", // 唯一标识
+ // "path": "detail/subNvue/pay", // 页面路径
+ // // "type": "popup",
+ // "style": {
+ // "position": "popup",
+ // "dock": "bottom",
+ // "width": "750rpx",
+ // "height": "150rpx",
+ // "background": "#fff"
+ // }
+ // }],
"bounce": "none",
"safearea": {
"bottom": {
diff --git a/pages/pays/pays.vue b/pages/pays/pays.vue
new file mode 100644
index 0000000..bc75959
--- /dev/null
+++ b/pages/pays/pays.vue
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file