ソースを参照

feature

- 心理建模进度查询
    - 增加 具体返回url
master
JinxChen 1年前
コミット
d2cf5f8db0
3個のファイルの変更10行の追加3行の削除
  1. +7
    -1
      README.md
  2. +1
    -1
      src/config/models.js
  3. +2
    -1
      src/views/psychological-modeling/index.vue

+ 7
- 1
README.md ファイルの表示

@@ -498,4 +498,10 @@ update
`2023.6.16`
update
- 心理建模进度查询
- 增加 返回按钮
- 增加 返回按钮

## v1.0.62
`2023.6.17`
feature
- 心理建模进度查询
- 增加 具体返回url

+ 1
- 1
src/config/models.js ファイルの表示

@@ -5,7 +5,7 @@
* @FilePath: \TelpoH5FrontendWeb\src\config\models.js
* @description:
*/
export const VERSION_MODEL = '1.0.61F'; //版本号
export const VERSION_MODEL = '1.0.62F'; //版本号
export const IMAGE_URL = {
production: 'http://zfb.ssjlai.com/web/',
test: 'http://zfb.ssjlai.com/web/',


+ 2
- 1
src/views/psychological-modeling/index.vue ファイルの表示

@@ -96,7 +96,8 @@ export default {
},
methods: {
onNavBack() {
this.$router.go(-1);
let baseUrl = process.env.NODE_ENV === "production" ? 'https://ai.ssjlai.com/parentweb' : 'https://id.ssjlai.com/parentweb';
window.location.href = `${baseUrl}/#/device`;
},
async init() {
let ssjlToken = this.$store.getters.ssjlToken;


読み込み中…
キャンセル
保存