Browse Source

Merge branch 'milestone-20251117-DeepChart后台一期' into dev

dev
liruiqiang 1 week ago
parent
commit
036f294942
  1. 2
      .env.development
  2. 2
      .env.production
  3. 4
      .env.test
  4. 2
      src/api/userPermissions.js
  5. 2
      src/views/UserPermissions/Market.vue

2
.env.development

@ -1,2 +1,2 @@
VITE_API_BASE_URL = "https://dbqb.legu168.cn/adminApi"
VITE_API_BASE_URL_LINK = "http://39.101.133.168:8828"
VITE_API_BASE_URL_LINK = "https://dbqb.legu168.cn/hljw/api/haiwai/user/login_jwcode"

2
.env.production

@ -1,2 +1,2 @@
VITE_API_BASE_URL = "https://dcapi.homilychart.com/prod/deepchart"
VITE_API_BASE_URL_LINK = "https://api.homilychart.com"
VITE_API_BASE_URL_LINK = "https://api.homilychart.com/hljw/api/haiwai/user/login_jwcode"

4
.env.test

@ -1,2 +1,2 @@
VITE_API_BASE_URL = "https://dcapi.homilychart.com/prod/deepchart"
VITE_API_BASE_URL_LINK = "http://39.101.133.168:8828"
VITE_API_BASE_URL = "https://dbqb.legu168.cn/adminApi"
VITE_API_BASE_URL_LINK = "https://dbqb.legu168.cn/hljw/api/haiwai/user/login_jwcode"

2
src/api/userPermissions.js

@ -14,7 +14,7 @@ const requestFrom = axios.create({
// 登录
export function loginApi(params) {
return requestFrom({
url: "https://dbqb.legu168.cn/hljw/api/haiwai/user/login_jwcode",
url: base_url_link,
method: "post",
data: new URLSearchParams(params),
});

2
src/views/UserPermissions/Market.vue

@ -118,7 +118,7 @@
<!-- 编辑回显 -->
<div class="info-container" v-if="addOrUpdata === 0">
<span class="info-item">HLid{{ hlidsInput }}</span>
<span class="info-item">Homily ID{{ hlidsInput }}</span>
<span class="info-item">当前到期时间{{ deadline.split(' ')[0] }}</span>
</div>

Loading…
Cancel
Save