angular.module('app').factory('PathInterceptor', ['$location',function($location) { var path = { request: function(config) { var path ...
確定! 回上一頁