mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-14 21:36:47 +08:00
-- fix
This commit is contained in:
2
.env
2
.env
@@ -3,7 +3,7 @@ VITE_BASE_API=
|
|||||||
VITE_OUTPUT_DIR=./dist
|
VITE_OUTPUT_DIR=./dist
|
||||||
VITE_FILE_PATH=/upload/
|
VITE_FILE_PATH=/upload/
|
||||||
VITE_BASE_LOGIN_URL=https://u-pre.boe.com/web/
|
VITE_BASE_LOGIN_URL=https://u-pre.boe.com/web/
|
||||||
VITE_PROXY_URL=http://111.231.196.214/manageApi
|
VITE_PROXY_URL=http://43.143.139.204/manageApi
|
||||||
|
|
||||||
|
|
||||||
VITE_BOE_ONLINE_CLASS_URL=https://u-pre.boe.com/pc/course/studyindex?id=
|
VITE_BOE_ONLINE_CLASS_URL=https://u-pre.boe.com/pc/course/studyindex?id=
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@@ -13,9 +13,9 @@
|
|||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import {computed, defineProps, ref, watch} from "vue";
|
import {computed, defineProps, ref, watch} from "vue";
|
||||||
import back from '@/assets/image/pathdetails/组 21.png'
|
import back from '@/assets/image/pathdetails/pathDetailBack.png'
|
||||||
import nameBack from '@/assets/image/pathdetails/组 23.png'
|
import nameBack from '@/assets/image/pathdetails/pathDetailImg.png'
|
||||||
import currentBack from '@/assets/image/pathdetails/组 23(1).png'
|
import currentBack from '@/assets/image/pathdetails/pathDetailImgSelect.png'
|
||||||
import {useRouter} from "vue-router/dist/vue-router";
|
import {useRouter} from "vue-router/dist/vue-router";
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
|
|||||||
Reference in New Issue
Block a user