diff --git a/common/config.js b/common/config.js
index 6969b75..510b5a8 100644
--- a/common/config.js
+++ b/common/config.js
@@ -6,8 +6,8 @@
* loginTimeoutPage = "/pages/login/index", // 登录超时或失效的情况下,跳转到的登录页面
*/
module.exports = {
- baseUrl: 'http://192.168.2.109:7201',
- // baseUrl: 'https://jianguan.yyundong.com',
+ baseUrl: 'http://192.168.2.112:7201',
+ // baseUrl: 'https://supervise.yxtsoft.com/lpkapi',
// baseUrl: 'http://jianguan.yyundong.com/api',
tokenName: "Authorization", // 请求头中token的名字,与服务器端对应
loginTimeoutCode: "5001", // 登录超时或失效的情况下,服务器端返回的错误码
diff --git a/pages/card/card_bind.vue b/pages/card/card_bind.vue
new file mode 100644
index 0000000..faf4fd4
--- /dev/null
+++ b/pages/card/card_bind.vue
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+ 绑定礼包卡
+
+
+
+
+
+
+
+
+
+
+
+ 绑定
+
+
+
+
+
+
\ No newline at end of file