Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
refined-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
refined-platform
Commits
69a2318d
Commit
69a2318d
authored
Dec 25, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改资源访问地址
parent
5c0ed7ff
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
19 deletions
+10
-19
refined-manager-ui/admin/public/index.html
refined-manager-ui/admin/public/index.html
+3
-3
refined-manager-ui/admin/src/assets/utils/ajax.js
refined-manager-ui/admin/src/assets/utils/ajax.js
+4
-4
refined-manager-ui/admin/src/router.js
refined-manager-ui/admin/src/router.js
+2
-2
refined-manager-ui/admin/vue.config.js
refined-manager-ui/admin/vue.config.js
+0
-9
refined-manager/src/main/java/com/mortals/xhx/daemon/task/RealTimePeopleStatTaskImpl.java
...m/mortals/xhx/daemon/task/RealTimePeopleStatTaskImpl.java
+1
-1
No files found.
refined-manager-ui/admin/public/index.html
View file @
69a2318d
...
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title>
智慧大厅精细化管理平台
</title>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/element-ui@2.15.5/lib/theme-chalk/index.css"
>
<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui@2.15.5/lib/theme-chalk/index.css">--
>
</head>
<body>
<noscript>
...
...
@@ -14,10 +14,10 @@
</noscript>
<div
id=
"app"
></div>
<!-- built files will be auto injected -->
<script
src=
"https://unpkg.com/vue@2.6.14/dist/vue.runtime.min.js"
></script>
<!--
<script src="https://unpkg.com/vue@2.6.14/dist/vue.runtime.min.js"></script>
<script src="https://unpkg.com/vuex@3.6.0/dist/vuex.min.js"></script>
<script src="https://unpkg.com/vue-router@3.4.9/dist/vue-router.min.js"></script>
<script src="https://unpkg.com/element-ui@2.15.5/lib/index.js"></script>
<script
src=
"https://unpkg.com/vue-amap/dist/index.js"
></script>
<script src="https://unpkg.com/vue-amap/dist/index.js"></script>
-->
</body>
</html>
refined-manager-ui/admin/src/assets/utils/ajax.js
View file @
69a2318d
...
...
@@ -29,15 +29,15 @@ instance.interceptors.request.use(
// 获取当前页面的主机名和端口号
const
hostname
=
location
.
hostname
;
const
baseURL
=
config
.
baseURL
;
//
const port = location.port;
const
port
=
const
port
=
location
.
port
;
/*
const port =
process.env.VUE_APP_PORTAL_PORT == "undefined"
? "11089"
:
process
.
env
.
VUE_APP_PORTAL_PORT
;
: process.env.VUE_APP_PORTAL_PORT;
*/
// 动态修改请求地址
console
.
log
(
config
.
url
);
console
.
log
(
config
.
url
,
port
);
if
(
config
.
url
.
startsWith
(
"
/
"
))
{
// 字符串以 / 开头
...
...
refined-manager-ui/admin/src/router.js
View file @
69a2318d
...
...
@@ -10,8 +10,8 @@ NProgress.configure({ showSpinner: false })
Vue
.
use
(
Router
);
const
originalPush
=
Vue
Router
.
prototype
.
push
Vue
Router
.
prototype
.
push
=
function
push
(
location
,
onResolve
,
onReject
)
{
const
originalPush
=
Router
.
prototype
.
push
Router
.
prototype
.
push
=
function
push
(
location
,
onResolve
,
onReject
)
{
if
(
onResolve
||
onReject
)
return
originalPush
.
call
(
this
,
location
,
onResolve
,
onReject
)
return
originalPush
.
call
(
this
,
location
).
catch
(
err
=>
err
)
}
...
...
refined-manager-ui/admin/vue.config.js
View file @
69a2318d
module
.
exports
=
{
productionSourceMap
:
false
,
assetsDir
:
'
s
'
,
configureWebpack
:
{
externals
:
{
vue
:
"
Vue
"
,
vuex
:
"
Vuex
"
,
"
vue-router
"
:
"
VueRouter
"
,
"
element-ui
"
:
"
ELEMENT
"
},
},
lintOnSave
:
false
,
devServer
:
{
inline
:
true
,
...
...
refined-manager/src/main/java/com/mortals/xhx/daemon/task/RealTimePeopleStatTaskImpl.java
View file @
69a2318d
...
...
@@ -57,7 +57,7 @@ public class RealTimePeopleStatTaskImpl implements ITaskExcuteService {
delFiles
();
//随机添加人员监控
randomAlarmPeople
();
//
randomAlarmPeople();
}
...
...
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