mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-06 17:36:46 +08:00
提交
This commit is contained in:
@@ -60,6 +60,9 @@ function getUserInfo() {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
body::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#app {
|
#app {
|
||||||
// font-family: MicrosoftYaHei, Microsoft YaHei, Avenir, Helvetica, Arial,
|
// font-family: MicrosoftYaHei, Microsoft YaHei, Avenir, Helvetica, Arial,
|
||||||
// sans-serif;
|
// sans-serif;
|
||||||
|
|||||||
@@ -141,4 +141,6 @@ export const PROFESSIONAL_STUDENT_DETAIL = id => `${baseUrl}/professional/studen
|
|||||||
//查询专业力必修详情
|
//查询专业力必修详情
|
||||||
export const PROFESSIONAL_STUDENT_TASKLIST = `${baseUrl}/professional/student/studentTaskList`
|
export const PROFESSIONAL_STUDENT_TASKLIST = `${baseUrl}/professional/student/studentTaskList`
|
||||||
//记录当前学习任务
|
//记录当前学习任务
|
||||||
export const PROFESSIONAL_STUDENT_LEARN = `${baseUrl}/professional/student/learnCourse`
|
export const PROFESSIONAL_STUDENT_LEARN = `${baseUrl}/professional/student/learnCourse`
|
||||||
|
//专业力必修任务列表
|
||||||
|
export const PROFESSIONAL_STUDENT_LIST = `${baseUrl}/professional/student/studentGrowthList`
|
||||||
BIN
src/assets/image/growth/bg.png
Normal file
BIN
src/assets/image/growth/bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 297 KiB |
BIN
src/assets/image/growth/liebiaotu.jpg
Normal file
BIN
src/assets/image/growth/liebiaotu.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 343 B |
BIN
src/assets/image/growth/lujingtu.jpg
Normal file
BIN
src/assets/image/growth/lujingtu.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 408 B |
BIN
src/assets/image/growth/path-bg.png
Normal file
BIN
src/assets/image/growth/path-bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 990 KiB |
BIN
src/assets/image/growth/path.png
Normal file
BIN
src/assets/image/growth/path.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 78 KiB |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -37,11 +37,15 @@ export default defineConfig(({ command, mode }) =>
|
|||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
proxy: {
|
proxy: {
|
||||||
"/professional": {
|
// "/professional": {
|
||||||
// target: 'http://192.168.16.195:32002',
|
// // target: 'http://192.168.16.195:32002',
|
||||||
target: 'http://192.168.150.97:32002',
|
// target: 'http://192.168.150.97:32002',
|
||||||
|
// changeOrigin: true,
|
||||||
|
// },
|
||||||
|
'/growth': {
|
||||||
|
target: 'https://u-pre.boe.com',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
},
|
},
|
||||||
'/file/upload': {
|
'/file/upload': {
|
||||||
target: loadEnv(mode, process.cwd()).VITE_PROXY_URL,
|
target: loadEnv(mode, process.cwd()).VITE_PROXY_URL,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user