fix: 修正分享API地址
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-29 07:24:46 +00:00
parent f0daec8c06
commit 1c414036c7
2 changed files with 3 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ export default {
async loadOrder() {
try {
const res = await uni.request({
url: `${getApp().globalData.apiBaseUrl}/public/orders/${this.orderNo}?customerId=${this.customerId}`,
url: `https://sales.violin-work.online/api/v1/public/orders/${this.orderNo}?customerId=${this.customerId}`,
method: 'GET'
})
this.loading = false