变更接口地址

master
yujialong 3 years ago
parent 8ed098c658
commit 10dfbc3aca
  1. 1
      src/api/index.js
  2. 2
      src/layouts/header/index.vue
  3. 4
      src/setting.js

@ -22,6 +22,7 @@ export default {
userinfoUpdate:`management/userInfo/update`, userinfoUpdate:`management/userInfo/update`,
userinfo:`management/userInfo/getUserInfo`, userinfo:`management/userInfo/getUserInfo`,
getAccount:`management/userInfo/getAccount`, getAccount:`management/userInfo/getAccount`,
downloadManualTemp:`http://szks.supergen-edu.com/template/%E8%B6%85%E7%AB%9E%E6%95%B0%E5%AD%97%E5%8C%96%E8%80%83%E8%AF%95%E7%B3%BB%E7%BB%9F-%E6%93%8D%E4%BD%9C%E6%89%8B%E5%86%8C%EF%BC%88%E5%AD%A6%E7%94%9F%E7%AB%AF%EF%BC%89.pdf`,
// 考试成绩 // 考试成绩
getMyAchievement: `user/testPaperRecord/getMyAchievement`, getMyAchievement: `user/testPaperRecord/getMyAchievement`,

@ -50,7 +50,7 @@ export default {
userCommand(command){ userCommand(command){
if(command == 'help'){ if(command == 'help'){
this.pdfVisible = true this.pdfVisible = true
this.pdfSrc = 'http://39.108.250.202/template/%E8%B6%85%E7%AB%9E%E6%95%B0%E5%AD%97%E5%8C%96%E8%80%83%E8%AF%95%E7%B3%BB%E7%BB%9F-%E6%93%8D%E4%BD%9C%E6%89%8B%E5%86%8C%EF%BC%88%E5%AD%A6%E7%94%9F%E7%AB%AF%EF%BC%89.pdf' this.pdfSrc = this.api.downloadManualTemp
}else if(command == 'person'){ }else if(command == 'person'){
this.$router.push('/setting/person') this.$router.push('/setting/person')
}else{ }else{

@ -15,8 +15,8 @@ const Setting = {
// 页面切换时,是否显示模拟的进度条 // 页面切换时,是否显示模拟的进度条
showProgressBar: true, showProgressBar: true,
// 接口请求地址 // 接口请求地址
// apiBaseURL: env === 'development' ? 'http://192.168.31.151:8001' : 'http://39.108.250.202:8000', // apiBaseURL: env === 'development' ? 'http://192.168.31.151:9000' : 'http://8.134.8.197:9000',
apiBaseURL: env === 'development' ? 'http://192.168.31.151:8001' : 'http://39.108.250.202:9000', apiBaseURL: env === 'development' ? 'http://192.168.31.151:9000' : 'http://8.134.8.197:9000',
// 接口请求返回错误时,弹窗的持续时间,单位:秒 // 接口请求返回错误时,弹窗的持续时间,单位:秒
modalDuration: 3, modalDuration: 3,
// 接口请求返回错误时,弹窗的类型,可选值为 Message 或 Notice // 接口请求返回错误时,弹窗的类型,可选值为 Message 或 Notice

Loading…
Cancel
Save