flat: 暂存
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
<view class="listRightContent">
|
||||
<!-- <view class="" v-if="auth.laborState">已认证</view>
|
||||
<view class="" v-else>未认证</view> -->
|
||||
<view class="">{{ authInfo.nation }}</view>
|
||||
<view class="">{{subIdentity ? subIdentity : authInfo.nation }}</view>
|
||||
</view>
|
||||
<image src="@/static/img/right.svg" mode=""></image>
|
||||
</view>
|
||||
@@ -340,6 +340,7 @@
|
||||
this.realIndex = val.detail.value;
|
||||
uni.hideLoading();
|
||||
this.$api.msg('保存成功')
|
||||
console.log(this.authInfo)
|
||||
}).catch(() => {
|
||||
uni.hideLoading();
|
||||
})
|
||||
|
||||
@@ -3,7 +3,7 @@ module.exports = {
|
||||
port: 1887,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://192.168.1.105:8000',
|
||||
target: 'http://10.165.0.173:8000',
|
||||
ws: true,
|
||||
pathRewrite: {
|
||||
'^/api': '/'
|
||||
|
||||
Reference in New Issue
Block a user