Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
adminv2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qd01
adminv2
Commits
bc75746d
Commit
bc75746d
authored
Feb 02, 2025
by
qd01
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0d2c530d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/system/user/index.vue
+2
-2
vue.config.js
vue.config.js
+2
-2
No files found.
src/views/system/user/index.vue
View file @
bc75746d
...
@@ -125,9 +125,9 @@
...
@@ -125,9 +125,9 @@
<el-button
size=
"mini"
type=
"primary"
@
click=
"updateparssword(scope.row)"
<el-button
size=
"mini"
type=
"primary"
@
click=
"updateparssword(scope.row)"
v-hasPermi=
"['system:user:edit']"
>
密码修改
v-hasPermi=
"['system:user:edit']"
>
密码修改
</el-button>
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
<
!--
<
el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:user:edit']"
>
修改
v-hasPermi=
"['system:user:edit']"
>
修改
</el-button>
</el-button>
-->
<el-dropdown
@
command=
"clickOpen"
>
<el-dropdown
@
command=
"clickOpen"
>
<span
class=
"el-dropdown-link"
>
<span
class=
"el-dropdown-link"
>
<el-link
type=
"primary"
>
更多操作
</el-link>
<el-link
type=
"primary"
>
更多操作
</el-link>
...
...
vue.config.js
View file @
bc75746d
...
@@ -35,9 +35,9 @@ module.exports = {
...
@@ -35,9 +35,9 @@ module.exports = {
proxy
:
{
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://27.124.5.14:9012`
,
//
target: `http://27.124.5.14:9012`,
// target: `http://27.124.5.14:19001`,
// target: `http://27.124.5.14:19001`,
// target: `https://www.cnzjb999
.com:7226/api`,
target
:
`https://www.zgzjb26
.com:7226/api`
,
changeOrigin
:
true
,
changeOrigin
:
true
,
pathRewrite
:
{
pathRewrite
:
{
[
"
^
"
+
process
.
env
.
VUE_APP_BASE_API
]:
""
,
[
"
^
"
+
process
.
env
.
VUE_APP_BASE_API
]:
""
,
...
...
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