Browse Source

no message

GeekFish 4 years ago
parent
commit
237ab1479c

+ 1 - 1
src/views/productManage/commodity/index.vue

@@ -54,7 +54,7 @@
             icon="el-icon-plus"
             size="mini"
             @click="handelProductAction(0)"
-            v-hasPermi="['productManage:commodity:inline']"
+            v-hasPermi="['productManage:commodity:online']"
           >下架</el-button>
         </el-col>
         <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>

+ 4 - 2
src/views/system/user/profile/index.vue

@@ -8,7 +8,8 @@
           </div>
           <div>
             <div class="text-center">
-              <userAvatar :user="user" />
+              <userAvatar :user="user" />
+              234sfdf
             </div>
             <ul class="list-group list-group-striped">
               <li class="list-group-item">
@@ -80,7 +81,8 @@ export default {
   },
   methods: {
     getUser() {
-      getUserProfile().then(response => {
+      getUserProfile().then(response => {
+        console.log(response)
         this.user = response.data;
         this.roleGroup = response.roleGroup;
         this.postGroup = response.postGroup;

+ 4 - 2
src/views/system/user/profile/userAvatar.vue

@@ -1,6 +1,8 @@
 <template>
   <div>
-    <div class="user-info-head" @click="editCropper()"><img v-bind:src="options.img" title="点击上传头像" class="img-circle img-lg" /></div>
+    <div class="user-info-head" @click="editCropper()">
+      <img v-bind:src="imgRequest + options.img" title="点击上传头像" class="img-circle img-lg" />
+    </div>
     <el-dialog :title="title" :visible.sync="open" width="800px" append-to-body @opened="modalOpened">
       <el-row>
         <el-col :xs="24" :md="12" :style="{height: '350px'}">
@@ -163,4 +165,4 @@ export default {
   line-height: 110px;
   border-radius: 50%;
 }
-</style>
+</style>

+ 2 - 2
vue.config.js

@@ -36,8 +36,8 @@ module.exports = {
       [process.env.VUE_APP_BASE_API]: {
         // target: `http://172.16.90.94:21998`,
         // target: `http://bobo.hw.hongweisoft.com/lymcq`,
-        target: `http://172.16.90.94:21998`,
-        // target: `http://172.16.90.102:21998`, //qiubo
+        // target: `http://172.16.90.94:21998`,
+        target: `http://172.16.90.102:21998`, //qiubo
         // target: `http://172.16.90.110:21998`, //lql
         // target: `http://172.16.90.8:21998`, //zdd
         // target: `http://47.108.214.98:21998`, //online