Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1be57ea8
authored
Sep 16, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加 404 的说明
parent
de615c23
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/views/infra/server/index.vue
+3
-0
No files found.
src/views/infra/server/index.vue
View file @
1be57ea8
...
...
@@ -16,6 +16,9 @@ const src = ref(import.meta.env.VITE_BASE_URL + '/admin/applications')
/** 初始化 */
onMounted
(
async
()
=>
{
try
{
// 友情提示:如果访问出现 404 问题:
// 1)boot 参考 https://doc.iocoder.cn/server-monitor/ 解决;
// 2)cloud 参考 https://cloud.iocoder.cn/server-monitor/ 解决
const
data
=
await
ConfigApi
.
getConfigKey
(
'url.spring-boot-admin'
)
if
(
data
&&
data
.
length
>
0
)
{
src
.
value
=
data
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment