dashboard
repositories
filestore
activity
search
login
dg
/
dabaogp-agent-new
新大宝股票代理后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
PC-20250623MANY\Administrator
2025-08-17
7c39d964f7c7aebe3a4f029a815ec43b6bee3af8
[dg/dabaogp-agent-new.git]
/
src
/
views
/
404.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
<div>
404 page
</div>
</template>
<script>
export default {
name: '404'
}
</script>
<style scoped>
</style>