This commit is contained in:
yanran200730
2022-07-26 15:20:16 +08:00
parent d85ab06f68
commit 4f357b1dd4
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import {Message} from 'element-ui'
let baseURLs = {
production: "/",
development: '/lan'
development: '/saas'
}
instance.defaults.baseURL = baseURLs[process.env.NODE_ENV]
instance.interceptors.request.use(config => {

View File

@@ -362,7 +362,7 @@
}
if (res.data.girdNames) {
this.girdNames = res.data.girdNames
this.girdNames = res.data.girdNames.split(',')
}
this.dateForm.choiceTime = res.data.choiceTime