Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Guten-PigxUI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
黄卓然
Guten-PigxUI
Commits
d70123c3
Commit
d70123c3
authored
Nov 11, 2018
by
冷冷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔥
Removing code or files.
parent
1ac853e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
index.vue
src/views/admin/user/index.vue
+0
-4
vue.config.js
vue.config.js
+2
-2
No files found.
src/views/admin/user/index.vue
View file @
d70123c3
...
...
@@ -41,10 +41,6 @@
</
template
>
<
template
slot=
"username"
slot-scope=
"scope"
>
<img
v-if=
"scope.row.avatar"
class=
"user-avatar"
style=
"width: 20px; height: 20px; border-radius: 50%;"
:src=
"scope.row.avatar+'?imageView2/1/w/20/h/20'"
/>
<span>
{{
scope
.
row
.
username
}}
</span>
</
template
>
<
template
slot=
"role"
...
...
vue.config.js
View file @
d70123c3
const
url
=
'http://
zn.huaxiadaowei.com
'
const
url
=
'http://
localhost:9999
'
module
.
exports
=
{
lintOnSave
:
true
,
productionSourceMap
:
false
,
...
...
@@ -66,4 +66,4 @@ module.exports = {
},
}
}
}
\ No newline at end of file
}
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