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
c0796726
Commit
c0796726
authored
Jul 20, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
ba3ad7c8
69bdc17f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
refined-manager-ui/admin/.env
refined-manager-ui/admin/.env
+2
-1
refined-manager-ui/admin/src/views/appointment/constraint/list.vue
...anager-ui/admin/src/views/appointment/constraint/list.vue
+5
-1
refined-manager-ui/admin/vue.config.js
refined-manager-ui/admin/vue.config.js
+2
-2
No files found.
refined-manager-ui/admin/.env
View file @
c0796726
...
...
@@ -9,7 +9,8 @@ VUE_APP_BASE_API =/basics_api
# 门户登录地址
VUE_APP_PORTAL_URL = http://192.168.0.98:11072
VUE_APP_PORTAL_PORT = 21080
# VUE_APP_PORTAL_PORT = 21080
VUE_APP_PORTAL_PORT = 8085
# 站点请求地址
VUE_APP_SITETREE_URL = http://192.168.0.98:11078/base/site/siteTree
...
...
refined-manager-ui/admin/src/views/appointment/constraint/list.vue
View file @
c0796726
...
...
@@ -36,7 +36,11 @@
handleConstraint
(
row
,
type
)
{
let
_this
=
this
this
.
$confirm
(
'
取消约束后,系统将不向该群众推送此项服务,是否确认?
'
,
"
系统服务
"
,
{
let
content
=
'
取消约束后,系统将不向该群众推送此项服务,是否确认?
'
;
if
(
type
){
content
=
'
约束后,系统将向该群众推送此项服务,是否确认?
'
;
}
this
.
$confirm
(
content
,
"
系统服务
"
,
{
confirmButtonText
:
"
确定
"
,
cancelButtonText
:
"
取消
"
,
type
:
"
warning
"
...
...
refined-manager-ui/admin/vue.config.js
View file @
c0796726
...
...
@@ -8,8 +8,8 @@ module.exports = {
hot
:
true
,
//自动保存
proxy
:
{
'
/refined
'
:
{
//
target: 'http://112.19.80.237:11080/',
target
:
'
http://192.168.0.98:11080/
'
,
target
:
'
http://112.19.80.237:11080/
'
,
//
target: 'http://192.168.0.98:11080/',
// target: 'http://127.0.0.1:21080',
changeOrigin
:
true
,
secure
:
false
,
...
...
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