this is lastest update

This commit is contained in:
chen-xin-zhi 2025-03-23 20:01:58 +08:00
parent f925c710f4
commit acfa62be5a
2 changed files with 7 additions and 3 deletions

View File

@ -6,4 +6,4 @@ export const domain = 'https://www.carboner.cn:8888/api'
export const myIp = 'http://8.130.119.119:9092/api'
export const nwct = 'https://winning-mouse-internally.ngrok-free.app/api'
export const suiUrl = ''
export const baseUrl = Url
export const baseUrl = domain

View File

@ -66,7 +66,7 @@
<view class="divider pos_2"></view>
</view>
<view class="flex-row justify-between relative" @click="goToText">
<view class="flex-row justify-between relative" @click="gotoRentOrder">
<image class="image_6" :src="mineUrl + '/main/rent.png'" />
<image class="self-start image_4 image_7" :src="mineUrl + '/main/yjt.png'" />
<text class="font_2 pos_3"> </text>
@ -185,7 +185,11 @@
}
const cookie = wx.getStorageSync('cookie')
const gotoRentOrder = () => {
uni.navigateTo({
url: '/pages/clothesRent/clotherRentOrderList/clotherRentOrderList'
})
}
const logout = async () => {
const res = await uni.request({