lhl 1 năm trước cách đây
mục cha
commit
019ba2dbe3
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      .env.production
  2. 1 1
      src/pages/user/list/handle/userDetails.vue

+ 2 - 2
.env.production

@@ -5,6 +5,6 @@ VUE_APP_ENV='production'
 # 页面 title
 VUE_APP_TITLE='君子堂'
 # socket 系统连接地址 (ws)或(wss)://www.crmeb.com(换成你的域名)/ws 非独立部署默认为空
-VUE_APP_WS_ADMIN_URL='ws://jzt.ns.liuniu946.com/ws'
+VUE_APP_WS_ADMIN_URL=''
 # 接口请求地址 (http)或 (https)://www.crmeb.com(换成你的域名)/adminapi 非独立部署默认为空
-VUE_APP_API_URL='http://jzt.ns.liuniu946.com/adminapi'
+VUE_APP_API_URL=''

+ 1 - 1
src/pages/user/list/handle/userDetails.vue

@@ -29,7 +29,7 @@
                 <Button v-show="isEdit" type="primary" @click="finish">完成</Button>
                 <Button v-show="!isEdit && activeName === 'info'" type="primary" @click="isEdit = true">编辑</Button>
                 <Button type="success" @click="changeMenu('2')">积分余额</Button>
-                <Button @click="changeMenu('3')">赠送会员</Button>
+                <!-- <Button @click="changeMenu('3')">赠送会员</Button> -->
             </div>
         </div>
         <div class="acea-row info-row">