启用禁用提示

dev_2022-05-11
e 3 years ago
parent cca23884ed
commit 19abc2dc9a
  1. 2
      src/pages/project/add/index.vue
  2. 4
      src/setting.js

@ -387,7 +387,7 @@ export default {
util.warningMsg("判分点分数已超过100");
return false;
}
if (!experimentHint && hintOpen) {
if (!experimentHint && hintOpen == 0) {
util.warningMsg("请输入实验提示");
return false;
}

@ -36,8 +36,8 @@ if (isHh) {
} else if (isDev) {
jumpPath = "http://192.168.31.154:8087/";
// host = "http://www.occupationlab.com:9000/";//线上
// host = "http://39.108.250.202:9000/"; // 中台测试服
host = "http://192.168.31.151:9000/"; // 榕
host = "http://39.108.250.202:9000/"; // 中台测试服
// host = "http://192.168.31.151:9000/"; // 榕
// host = "http://192.168.31.125:9000/"; // 坤
// host = 'http://192.168.31.137:9000/'; // 赓
title = "职站服务端管理系统";

Loading…
Cancel
Save