wangwendong-code

Results 5 comments of wangwendong-code

are you working with this?

re > 抱歉现在才看到邮件。 framework.PBMessageRequest是:命名空间+定义的类名。 具体定义的文件在: https://github.com/fengxianqi/front_end-demos/blob/master/src/vue-protobuf/src/proto/MessageType.proto 命名空间就是:`package framework;`。 打包出来的js是可以通过`framework.PBMessageRequest`取到的哈。 yangzhenxi 于2020年9月2日周三 上午11:21写道: > […](#) > request.js下'framework.PBMessageRequest'这个是什么怎么得到的呀 // 请求体message const PBMessageRequest = protoRoot.lookup('framework.PBMessageRequest') // 响应体的message const PBMessageResponse = protoRoot.lookup('framework.PBMessageResponse') — You...

i have the same problem as ![1bd440571d543e4151ff3d0f8b879e5](https://user-images.githubusercontent.com/81695609/228458513-53678855-276a-44cf-baee-62d88bb227f1.png) @jebissey

@VisualMelon thanks a lot for your reply! In fact, I have another question. What is the difference between model. InvalidatePlot (false) and model. InvalidatePlot (true)? How should I choose? Is...