This commit is contained in:
杨航
2025-09-24 09:03:47 +08:00
parent 1f659e4dbd
commit 7f38a5d0ac
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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'
+3 -2
View File
@@ -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');