1
This commit is contained in:
parent
2ee9a1b0d6
commit
d362629619
@ -245,7 +245,7 @@
|
||||
}
|
||||
})
|
||||
zwmc.value = res.result.zwmc
|
||||
if (zwmc.value == '单位专家' || zwmc.value == '基层正职' || zwmc.value == '高级主管') {
|
||||
if (zwmc.value == '2') {
|
||||
examineleader.value = '分管领导';
|
||||
} else {
|
||||
examineleader.value = '审批领导';
|
||||
|
@ -391,7 +391,7 @@ function handleDefaultLocation() {
|
||||
function weatherRequest(params : { lat ?: number; lon ?: number; q ?: string }) {
|
||||
const store = useAppStore()
|
||||
uni.request({
|
||||
url: 'https://api.openweathermap.org/data/2.5/weather',
|
||||
url: 'http://api.openweathermap.org/data/2.5/weather',
|
||||
method: 'GET',
|
||||
data: {
|
||||
...params,
|
||||
|
Loading…
Reference in New Issue
Block a user