diff --git a/.env.development.yh b/.env.development.yh index 55b67b98..e343a979 100644 --- a/.env.development.yh +++ b/.env.development.yh @@ -4,7 +4,7 @@ ENV = 'development.yh' VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001' -VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.32.154:9604' +# VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.32.154:9604' diff --git a/src/components/course-item/course-item.vue b/src/components/course-item/course-item.vue index 40d77e04..85cf4c86 100644 --- a/src/components/course-item/course-item.vue +++ b/src/components/course-item/course-item.vue @@ -70,7 +70,7 @@ } - + \ No newline at end of file diff --git a/src/pages/sparring/components/sparring-item.vue b/src/pages/sparring/components/sparring-item.vue new file mode 100644 index 00000000..83eeb47d --- /dev/null +++ b/src/pages/sparring/components/sparring-item.vue @@ -0,0 +1,150 @@ + + + + + \ No newline at end of file diff --git a/src/pages/sparring/index.vue b/src/pages/sparring/index.vue new file mode 100644 index 00000000..bc524461 --- /dev/null +++ b/src/pages/sparring/index.vue @@ -0,0 +1,745 @@ + + + + + \ No newline at end of file diff --git a/src/pagesB.json b/src/pagesB.json index d23cfa10..fdc3fd1b 100644 --- a/src/pagesB.json +++ b/src/pagesB.json @@ -54,5 +54,14 @@ } } }, + { + "path": "pages/sparring/index", + "style": { + "navigationBarTitleText": "AI陪练", + "app-plus": { + "titleNView": false + } + } + }, ] } \ No newline at end of file diff --git a/src/static/images/course/filter.png b/src/static/images/course/filter.png new file mode 100644 index 00000000..d339eb12 Binary files /dev/null and b/src/static/images/course/filter.png differ