Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
front-backend
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
framework
front-backend
Commits
f7c65d67
Commit
f7c65d67
authored
Dec 24, 2019
by
Elune
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔖
v2.4 优化
parent
d278dbf7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
11 deletions
+3
-11
.env.production
+3
-2
src/views/monitor/online/index.vue
+0
-5
src/views/system/user/index.vue
+0
-4
No files found.
.env.production
View file @
f7c65d67
ENV = 'production'
# 接口地址
# 接口地址
,注意协议,如果你没有配置 ssl,需要将 https 改为 http
VUE_APP_BASE_API = 'https://api.auauz.net'
VUE_APP_WS_API = 'ws://api.auauz.net'
# 如果接口是 http 形式, wss 需要改为 ws
VUE_APP_WS_API = 'wss://api.auauz.net'
src/views/monitor/online/index.vue
View file @
f7c65d67
...
...
@@ -86,11 +86,6 @@ export default {
}
},
methods
:
{
// 获取数据前设置好接口地址
beforeInit
()
{
this
.
url
=
'auth/online'
return
true
},
doDelete
(
datas
)
{
this
.
$confirm
(
`确认强退选中的
${
datas
.
length
}
个用户?`
,
'提示'
,
{
confirmButtonText
:
'确定'
,
...
...
src/views/system/user/index.vue
View file @
f7c65d67
...
...
@@ -308,10 +308,6 @@ export default {
}
})
},
beforeInit
()
{
this
.
url
=
'api/users'
return
true
},
// 新增与编辑前做的操作
[
CRUD
.
HOOK
.
afterToCU
](
crud
,
form
)
{
this
.
getDepts
()
...
...
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