Compare commits

...

3 Commits

Author SHA1 Message Date
luoJunYong.123 d4897c549c update 3 years ago
luoJunYong.123 d42c759edc update 3 years ago
luoJunYong.123 ca4eb5f041 update 3 years ago
  1. 2
      src/api/index.js
  2. 2
      src/pages/station/list/index.vue
  3. 1
      src/setting.js

@ -12,7 +12,7 @@ export default {
verification: `${host}users/users/user/captcha`,// 验证码图片
logoDetail: `${host}occupationlab/sys/logo/detail`, //查看系统设置信息
isClient: `${host}users/users/user/isClient`,
platformLogList: `${host}/nakadai/log/platformLogList`,
platformLogList: `${host}nakadai/log/platformLogList`,
logNotification: `${host}nakadai/log/logNotification`,
//实验台

@ -38,7 +38,7 @@ export default {
methods: {
getschoolCourse() { //
this.$get(this.api.schoolCourse).then(res => {
this.curriculumList = res.data;
this.curriculumList.push(...res.data)
}).catch(err => {
console.log(err);
});

@ -39,6 +39,7 @@ if (isHh) {
// 本地
// host = "http://www.occupationlab.com:9000/";//线上
host = "http://39.108.250.202:9000/"; // 中台测试服
systemPath = `http://192.168.31.155:8093`
systemPath = `http://192.168.31.125:8093`
// host = "http://192.168.31.137:9000"; // 赓
// host = "http://192.168.31.151:9000/"; // 榕

Loading…
Cancel
Save