刘亚涛

Results 8 comments of 刘亚涛

系统是 `Ubuntu 18.04.3 LTS` 出现字体乱码, ![DeepinScreenshot_select-area_20200109091738](https://user-images.githubusercontent.com/4133185/72030017-b9c59780-32c2-11ea-8888-0f5792452018.png) 修改`/opt/deepinwine/apps/Deepin-WeChat/run.sh` 成 ``` bash BOTTLENAME="Deepin-WeChat" APPVER="2.6.2.31deepin0" export LANG="zh_CN.UTF-8" /opt/deepinwine/tools/run.sh $BOTTLENAME $APPVER "$1" "$2" "$3" ``` 重新微信左侧列表字体显示正常,但是聊天输入框输入汉字是乱码。 ![DeepinScreenshot_select-area_20200109151726](https://user-images.githubusercontent.com/4133185/72046342-2fe1f280-32f3-11ea-96cf-27f364187a6f.png) [最终按照该说明修改成功。](https://blog.csdn.net/hymanjack/article/details/100168300)

可以这里理解。 首先说明一下如果使用edit-ok的话iview的对话框+form表单验证是有问题的(第一次点ok是可以做验证的,但是第二次点击就直接关闭了),可以查看[链接](https://github.com/iview/iview/issues/597)。 我的处理方式是使用slot自定义了footer ``` html 提交 重置 ``` 当校验完成后处理完网络请求后再让对话框消失。

@sridhar1982 This is also what I am confused. And thanks for you tutorial.

@soulmachine Your discussion helps me a lot,thanks.

@yinguangyao 最近发现一个项目和你的想法很相近[https://github.com/xiongwilee/koa-grace](url) 就是使用node做中间层,起了代理作用,直接获取所有数据,然后渲染成页面。同时也统一了对外提供路由

也出现了白条,不知道是什么原因 在Android Studio中的布局文件渲染都是好的 ![Uploading QQ图片20150420190700.png . . .]()

Oh I am sorry. I am trying the vue-auth demo,but the server is down. I mean I don't know how to run this project because I haven't learnt PHP. Can...

@yohole ROLE_CLIENT ROLE_TRUESTED_CLIENT 是客户端的role,对客户端做了分类