Commit d70123c3 authored by 冷冷's avatar 冷冷

🔥 Removing code or files.

parent 1ac853e4
......@@ -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"
......
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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment