diff --git a/.env b/.env index dfecb1c..d8e41f6 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ VITE_APP_NAME=云芯威BMS -API_URL=http://127.0.0.1:8081/api \ No newline at end of file +API_URL=https://yxw.wsdns.cn/api \ No newline at end of file diff --git a/.env.production b/.env.production index 777cdb1..74dfb0a 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ VITE_APP_NAME=云芯威BMS -VITE_API_URL=https://open.gxwebsoft.com/api +VITE_API_URL=https://yxw.wsdns.cn/api diff --git a/pages/index/index.vue b/pages/index/index.vue index 25a2df1..505b9f0 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -6,9 +6,11 @@ 授权登录、获取头像昵称,加入安博驰 立即登录 - + 扫码设备二维码下单租赁 - + {{content}} @@ -17,9 +19,15 @@ + } + + .login { + width: 200rpx; + padding: 0 20rpx; + background-color: #0f80ff !important; + opacity: 1; + } + } + + .slot-content { + padding: 30rpx; + } + \ No newline at end of file