This commit is contained in:
yuping
2023-01-30 19:19:14 +08:00
parent b3b5dbcd98
commit bdcf3ae1cc
5 changed files with 4 additions and 4 deletions

2
.env
View File

@@ -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=

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -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({