用户信息:{{ user.name }}{{ user.tel }}
-
+
diff --git a/src/views/modules/user/userPoints.vue b/src/views/modules/user/userPoints.vue
new file mode 100644
index 0000000..12d9498
--- /dev/null
+++ b/src/views/modules/user/userPoints.vue
@@ -0,0 +1,686 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+ 充值
+
+
+
+
+ 用户信息:{{ user.name }}{{ user.tel ? user.tel : user.email }}
+
+
+
+
+
+
+
+
+
+
+ {{ (pageIndex - 1) * pageSize + scope.$index + 1 }}
+
+
+
+
+ {{ getPointsType(scope.row.type) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+ {{ user.tel }} {{ user.name }}
+ 普通用户
+ (吴门医述VIP)
+ (超级VIP)
+ (众妙之门VIP)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/config/index.js b/static/config/index.js
index 86ad4a2..490ba3f 100644
--- a/static/config/index.js
+++ b/static/config/index.js
@@ -5,9 +5,9 @@
window.SITE_CONFIG = {};
// api接口请求地址
- //window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境
- window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; //川
- //window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.110:9200/pb'; //本地
+ window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境
+ // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; //川
+ // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.110:9200/pb'; //本地
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名