flat: 暂存
This commit is contained in:
@@ -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();
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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': '/'
|
||||||
|
|||||||
Reference in New Issue
Block a user