Merge branch 'develop' into 'sit'
fix: bugf See merge request K17_AITS/tra-app!192
This commit is contained in:
+1
-1
@@ -25,6 +25,6 @@ VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
|
||||
|
||||
# VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.130:9601'
|
||||
# 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'
|
||||
VITE_APP_BASE_H5_API_Url_TRAASK = 'http://25.64.16.144:9605'
|
||||
|
||||
|
||||
|
||||
@@ -175,7 +175,7 @@
|
||||
const watermarkRef = ref();
|
||||
const userInfo = ref(getUserInfo());
|
||||
const luimgAddr = computed(()=> unref(userInfo)?.mascotInfo?.imgAddr || '')
|
||||
const userParams = '/' + (unref(userInfo)?.userName??'') + ' ' + (unref(userInfo)?.loginName??'');
|
||||
const userParams = '/' + (unref(userInfo)?.userName??'') + '/' + (unref(userInfo)?.loginName??'');
|
||||
const questionList = ref([
|
||||
// '对公小程序开户流程?',
|
||||
// '厅堂服务经理2025年管理办法?',
|
||||
|
||||
@@ -37,7 +37,7 @@ export default {
|
||||
onLoad(params) {
|
||||
this.fileId = params.fileId || ''
|
||||
const userInfo = getUserInfo();
|
||||
this.userParams = '/' + (userInfo?.userName??'') + ' ' + (userInfo?.loginName??'');
|
||||
this.userParams = '/' + (userInfo?.userName??'') + '/' + (userInfo?.loginName??'');
|
||||
},
|
||||
onShow() {
|
||||
if (getPhoneEnvBool('AND')) {
|
||||
|
||||
Reference in New Issue
Block a user