This commit is contained in:
yangzhq68909 2025-05-23 17:36:26 +08:00
parent 2ee9a1b0d6
commit d362629619
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@
} }
}) })
zwmc.value = res.result.zwmc zwmc.value = res.result.zwmc
if (zwmc.value == '单位专家' || zwmc.value == '基层正职' || zwmc.value == '高级主管') { if (zwmc.value == '2') {
examineleader.value = '分管领导'; examineleader.value = '分管领导';
} else { } else {
examineleader.value = '审批领导'; examineleader.value = '审批领导';

View File

@ -391,7 +391,7 @@ function handleDefaultLocation() {
function weatherRequest(params : { lat ?: number; lon ?: number; q ?: string }) { function weatherRequest(params : { lat ?: number; lon ?: number; q ?: string }) {
const store = useAppStore() const store = useAppStore()
uni.request({ uni.request({
url: 'https://api.openweathermap.org/data/2.5/weather', url: 'http://api.openweathermap.org/data/2.5/weather',
method: 'GET', method: 'GET',
data: { data: {
...params, ...params,