Quellcode durchsuchen

:fire: Removing code or files.

冷冷 vor 6 Jahren
Ursprung
Commit
d70123c3a0
2 geänderte Dateien mit 2 neuen und 6 gelöschten Zeilen
  1. 0 4
      src/views/admin/user/index.vue
  2. 2 2
      vue.config.js

+ 0 - 4
src/views/admin/user/index.vue

@@ -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"

+ 2 - 2
vue.config.js

@@ -1,4 +1,4 @@
-const url = 'http://zn.huaxiadaowei.com'
+const url = 'http://localhost:9999'
 module.exports = {
     lintOnSave: true,
     productionSourceMap: false,
@@ -66,4 +66,4 @@ module.exports = {
             },
         }
     }
-}
+}