flat: 暂存

This commit is contained in:
Apcallover
2024-05-06 17:32:37 +08:00
parent a4ef4a992c
commit 1b64c034d3
2 changed files with 3 additions and 2 deletions

View File

@@ -121,7 +121,7 @@
<view class="listRightContent"> <view class="listRightContent">
<!-- <view class="" v-if="auth.laborState">已认证</view> <!-- <view class="" v-if="auth.laborState">已认证</view>
<view class="" v-else>未认证</view> --> <view class="" v-else>未认证</view> -->
<view class="">{{ authInfo.nation }}</view> <view class="">{{subIdentity ? subIdentity : authInfo.nation }}</view>
</view> </view>
<image src="@/static/img/right.svg" mode=""></image> <image src="@/static/img/right.svg" mode=""></image>
</view> </view>
@@ -340,6 +340,7 @@
this.realIndex = val.detail.value; this.realIndex = val.detail.value;
uni.hideLoading(); uni.hideLoading();
this.$api.msg('保存成功') this.$api.msg('保存成功')
console.log(this.authInfo)
}).catch(() => { }).catch(() => {
uni.hideLoading(); uni.hideLoading();
}) })

View File

@@ -3,7 +3,7 @@ module.exports = {
port: 1887, port: 1887,
proxy: { proxy: {
'/api': { '/api': {
target: 'http://192.168.1.105:8000', target: 'http://10.165.0.173:8000',
ws: true, ws: true,
pathRewrite: { pathRewrite: {
'^/api': '/' '^/api': '/'