diff --git a/.env.development b/.env.development
index d8a7846..f1ab67d 100644
--- a/.env.development
+++ b/.env.development
@@ -1,7 +1,7 @@
ENV = 'development'
# 接口地址
-VUE_APP_BASE_API = 'http://192.168.0.114:8091'
+VUE_APP_BASE_API = 'http://192.168.0.114:8094'
VUE_APP_WS_API = 'ws://localhost:8088'
# 是否启用 babel-plugin-dynamic-import-node插件
diff --git a/.env.production b/.env.production
index c4402c8..39b7707 100644
--- a/.env.production
+++ b/.env.production
@@ -1,6 +1,6 @@
ENV = 'production'
# 接口地址
-VUE_APP_BASE_API = 'http://www.cyjyyjy.com:8091'
+VUE_APP_BASE_API = 'http://www.cyjyyjy.com:8094'
VUE_APP_WS_API = 'ws:///127.0.0.1:8001'
diff --git a/dist.rar b/dist.rar
index f75bee9..5b6aad0 100644
Binary files a/dist.rar and b/dist.rar differ
diff --git a/src/api/RechargeWays.js b/src/api/RechargeWays.js
new file mode 100644
index 0000000..bd41bbc
--- /dev/null
+++ b/src/api/RechargeWays.js
@@ -0,0 +1,27 @@
+import request from '@/utils/request'
+
+export function add(data) {
+ return request({
+ url: 'api/RechargeWays',
+ method: 'post',
+ data
+ })
+}
+
+export function del(ids) {
+ return request({
+ url: 'api/RechargeWays/',
+ method: 'delete',
+ data: ids
+ })
+}
+
+export function edit(data) {
+ return request({
+ url: 'api/RechargeWays',
+ method: 'put',
+ data
+ })
+}
+
+export default { add, edit, del }
diff --git a/src/views/shop/user/index.vue b/src/views/shop/user/index.vue
index 8ae05ba..fb44a4b 100644
--- a/src/views/shop/user/index.vue
+++ b/src/views/shop/user/index.vue
@@ -15,6 +15,14 @@
:value="item.value"
/>
-->
+
+
+
搜索
-
+
{{scope.row.gender == 0 ? '女' : '男'}}
-
-
-
-
+
+
+
+
+
+
-
+
+ >查看下级
修改余额
-
+ -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/shop/user/setMiniApp.vue b/src/views/shop/user/setMiniApp.vue
new file mode 100644
index 0000000..e69de29
diff --git a/src/views/system/configManage/index.vue b/src/views/system/configManage/index.vue
index 82131b3..0c2ed4c 100644
--- a/src/views/system/configManage/index.vue
+++ b/src/views/system/configManage/index.vue
@@ -2,7 +2,7 @@
小程序基础设置
-
+
+
+ 不可以
+ 可以
- 积分规则设置
-
+
+
保存
@@ -54,10 +54,7 @@ export default {
],
},
queryArr: [
- "seller_activity_code",
- "blessing_flag",
- "unlock_all_article_price",
- "service_staff_phone","completed_num"
+ "share_flag",
]
}
},