Merge branch 'develoop' of http://182.92.169.222:3000/dlsx/Teaching_integration_platform_admin_template into develoop
commit
f98d241c38
9 changed files with 1529 additions and 10371 deletions
@ -1,5 +1,6 @@ |
||||
# 变量必须以 VITE_ 为前缀才能暴露给外部读取 |
||||
NODE_ENV = 'development' |
||||
VITE_APP_TITLE = '无糖运营平台' |
||||
VITE_APP_BASE_API = 'http://127.0.0.1:8080' |
||||
# VITE_APP_BASE_API = 'http://39.106.16.162:8080' |
||||
# VITE_APP_BASE_API = 'http://127.0.0.1:8080' |
||||
VITE_APP_BASE_API = 'http://39.106.16.162:8080' |
||||
http://localhost:5173/#/courseResourcesManagement/courseResources |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,14 @@ |
||||
<template> |
||||
<div> |
||||
<router-view></router-view> |
||||
</div> |
||||
</template> |
||||
|
||||
<script lang='ts' setup> |
||||
// import { onMounted, reactive, ref, toRefs, watch } from 'vue' |
||||
|
||||
</script> |
||||
|
||||
<style lang='scss' scoped> |
||||
|
||||
</style> |
Loading…
Reference in new issue