This commit is contained in:
yangzhq68909 2025-06-26 16:22:49 +08:00
parent d2946c938a
commit 2e8de0d60a
3 changed files with 6 additions and 6 deletions

4
env/.env.production vendored
View File

@ -7,7 +7,7 @@ VITE_SHOW_SOURCEMAP = false
# 是否启用读取配置文件 min
#VITE_WEBAPP = 'D://opt//AppUpdateTest'
VITE_WEBAPP = ''
VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/wwapi'
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/yjapi'
#VITE_SERVER_BASEURL = 'http://10.75.15.247:8080/jeecg-boot'
VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot'

View File

@ -3,13 +3,13 @@
layout: 'default',
style: {
navigationStyle: 'custom',
navigationBarTitleText: '健康随访',
navigationBarTitleText: '健康随访问卷',
},
}
</route>
<template>
<PageLayout navTitle="健康随访">
<PageLayout navTitle="健康随访问卷">
<wd-form ref="form" :model="model">
<wd-cell-group border>
<view v-for="(item, index) in list" :key="index" class="question-item">
@ -78,7 +78,7 @@
answers: answers.value
}).then(res => {
if (res.success) {
toast.success(res.message)
toast.success('提交成功!')
setTimeout(() => {
uni.navigateBack()
}, 2000)

View File

@ -486,7 +486,7 @@
"layout": "default",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "健康随访"
"navigationBarTitleText": "健康随访问卷"
}
},
{