yujialong 2 months ago
parent ea144afa12
commit 170ed08b45
  1. 4
      .env
  2. 2
      .env.test
  3. 2
      src/views/product/strategy/151/Detail.vue

@ -2,8 +2,8 @@ VITE_APP_TITLE=金融产品设计及数字化营销沙盘
VITE_PORT=9520
# VITE_PROXY=http://192.168.31.125:8080
VITE_PUBLIC_PATH=./
# VITE_BASE_API=http://192.168.31.217:9000
VITE_BASE_API=http://121.37.12.51
VITE_BASE_API=http://192.168.31.51:9000
# VITE_BASE_API=http://121.37.12.51
# VITE_BASE_API=https://www.occupationlab.com
VITE_I18N_LOCALE=zh-cn
VITE_I18N_FALLBACK_LOCALE=zh-cn

@ -1 +1 @@
VITE_BASE_API=http://121.37.12.51
VITE_BASE_API=https://www.occupationlab.com

@ -196,7 +196,7 @@ const addRecord = async (data: Record<string, any>) => {
const len = e?.recordChildren?.length - 1;
e?.recordChildren.map((n, j) => {
const val = j ? e.ruleTwo : e.ruleOne;
j !== len && val && rule.push(handleId(n.id, n.subjectId, val, `${preIds},${e.stRecordId},${n.id}`, 5));
j !== len && j !== len - 1 && val && rule.push(handleId(n.id, n.subjectId, val, `${preIds},${e.stRecordId},${n.id}`, 5));
});
}
//

Loading…
Cancel
Save