6.26
This commit is contained in:
parent
d2946c938a
commit
2e8de0d60a
4
env/.env.production
vendored
4
env/.env.production
vendored
@ -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'
|
@ -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)
|
||||
|
@ -486,7 +486,7 @@
|
||||
"layout": "default",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "健康随访"
|
||||
"navigationBarTitleText": "健康随访问卷"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user