优化前端页面展示

v1.0.0
youngS 4 years ago
parent 056b30bc82
commit a22d72e4d8
  1. 2
      fir_client/src/components/FirHeader.vue
  2. 2
      fir_ser/api/utils/app/apputils.py

@ -39,7 +39,7 @@
</el-col> </el-col>
<el-col :span="4" :push="3" style="padding-top: 16px;"> <el-col :span="4" :push="3" style="padding-top: 16px;">
<el-dropdown style="padding-top: 12px;" @command="handleCommand"> <el-dropdown style="padding-top: 12px;" @command="handleCommand">
<el-button type="success" plain round> <el-button type="primary" plain round>
{{$store.state.userinfo.first_name }}<i class="el-icon-arrow-down el-icon--right"></i> {{$store.state.userinfo.first_name }}<i class="el-icon-arrow-down el-icon--right"></i>
</el-button> </el-button>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">

@ -139,7 +139,7 @@ def SaveAppInfos(app_file_name, user_obj, appinfo, bundle_id, app_img, short, si
newapp = False newapp = False
appmobj.short = short appmobj.short = short
appmobj.name = appinfo["labelname"] appmobj.name = appinfo["labelname"]
appmobj.wxeasytype = False if user_obj.domain_name or appmobj.domain_name else True # appmobj.wxeasytype = False if user_obj.domain_name or appmobj.domain_name else True
appmobj.bundle_id = bundle_id appmobj.bundle_id = bundle_id
appmobj.save() appmobj.save()
del_cache_response_by_short(appmobj.app_id) del_cache_response_by_short(appmobj.app_id)

Loading…
Cancel
Save