wangwendong-code
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  @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...