import DS from 'ember-data';
export default DS.RESTAdapter.extend({
namespace :'http://localhost:8078/advanceSpring/service/getReverse.action',
suffix: '.action',
pathForType: function(type) {
return this._super(type) + this.get('suffix');
}
});
//执行代码时出错。 “错误是意外的令牌”