在服务器中使用此代码但在localhost中使用此代码时出现错误。
Source:any
Destination: "my valid ip"
Service: http,https,dns
Action:allow
Translation:MAP X.X.X.X
这是错误
<?php if(!empty($assign_tool_info) && !empty($assign_tool_info->type == "engineer")) { ?>
答案 0 :(得分:1)
您要么检查export default Ember.ArrayProxy.extend({
init() {
this.set('content', []);
this._super(...arguments);
// doing some stuff
}
});
是否为空且等于$assign_tool_info->type
。您需要单独执行此操作
engineer