|
@@ -1,4 +1,5 @@
|
|
|
import * as _pathUtils from './utils/path-utils';
|
|
import * as _pathUtils from './utils/path-utils';
|
|
|
|
|
+import * as _pagePathUtils from './utils/page-path-utils';
|
|
|
|
|
|
|
|
// module.exports = {
|
|
// module.exports = {
|
|
|
// BasicInterceptor: require('./utils/basic-interceptor'),
|
|
// BasicInterceptor: require('./utils/basic-interceptor'),
|
|
@@ -12,3 +13,4 @@ import * as _pathUtils from './utils/path-utils';
|
|
|
|
|
|
|
|
// export utils
|
|
// export utils
|
|
|
export const pathUtils = _pathUtils;
|
|
export const pathUtils = _pathUtils;
|
|
|
|
|
+export const pagePathUtils = _pagePathUtils;
|