fix: bug
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
|
||||
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.92:9786'
|
||||
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
|
||||
|
||||
VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.130:9602'
|
||||
# VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.130:9602'
|
||||
VITE_APP_BASE_H5_API_Url_TRAASK = 'http://25.64.16.144:9605'
|
||||
|
||||
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
</view>
|
||||
<view class="cell_div">
|
||||
<uv-cell-group :border="false">
|
||||
<uv-cell title="问答演示" :isLink="true" @click="common.navigateTo('/pages/example/dialog')"></uv-cell>
|
||||
<uv-cell title="问答演示" v-if="user_info.loginName === 'ADMIN'" :isLink="true" @click="common.navigateTo('/pages/example/dialog')"></uv-cell>
|
||||
<uv-cell
|
||||
title="消息通知"
|
||||
:isLink="true"
|
||||
@@ -208,7 +208,8 @@
|
||||
const user_info = reactive({
|
||||
userName: '',
|
||||
userId: '',
|
||||
imageAddr: ''
|
||||
imageAddr: '',
|
||||
loginName: ''
|
||||
});
|
||||
const goTest = () => {
|
||||
console.log('goTest');
|
||||
|
||||
Reference in New Issue
Block a user