This commit is contained in:
yangzhq68909 2025-06-04 17:17:40 +08:00
parent d5a8ed1d31
commit 692434f249
6 changed files with 10 additions and 7 deletions

View File

@ -4,6 +4,6 @@ NODE_ENV = 'development'
VITE_DELETE_CONSOLE = false
# 是否开启sourcemap
VITE_SHOW_SOURCEMAP = true
#VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot'
VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot'
#VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot'
VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'

View File

@ -18,7 +18,7 @@ export default defineManifestConfig({
appid: VITE_UNI_APPID,
description: '',
versionName: '2.0.0',
versionCode: '20250603',
versionCode: '20250604',
transformPx: false,
locale: VITE_FALLBACK_LOCALE, // 'zh-Hans'
/* 5+App特有相关 */

View File

@ -3,7 +3,7 @@
"appid": "__UNI__9F097F0",
"description": "",
"versionName": "2.0.0",
"versionCode": "20250603",
"versionCode": "20250604",
"transformPx": false,
"app-plus": {
"usingComponents": true,

View File

@ -202,7 +202,7 @@
const startMutilProcess = (id) => {
startMutilProcessApi({
flowCode: "dev_cxc_qxj_new",
flowCode: "dev_cxc_qxj",
id,
formUrl: "modules/qxj/modules/CxcQxjBpmModel",
formUrlMobile: "leaveApplication"

View File

@ -11,12 +11,14 @@
<PageLayout navTitle="制度详情">
<view class="container">
<wd-card title="制度">
<view @click="onlinePreview(`/pages/onlinePreview/detail?data=${dataSource.sszd}`)">
<view style="color: blue;"
@click="onlinePreview(`/pages/onlinePreview/detail?data=${dataSource.sszd}`)">
{{dataSource.zdmc}}
</view>
</wd-card>
<wd-card title="解读材料">
<view @click="onlinePreview(`/pages/onlinePreview/detail?data=${dataSource.jdwj}`)">
<view style="color: blue;"
@click="onlinePreview(`/pages/onlinePreview/detail?data=${dataSource.jdwj}`)">
{{dataSource.jdwj}}
</view>
</wd-card>

View File

@ -93,6 +93,7 @@
pageSize
}).then((res) => {
if (res.success) {
console.log('---',res)
list.value = [...list.value,...res.result.records];
}
loading = false