mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Reduce CURRENT_PATH deps.
This commit is contained in:
parent
d0f7f586e8
commit
a74e849faf
4 changed files with 15 additions and 10 deletions
|
@ -9,10 +9,8 @@ describe('view', function () {
|
|||
this.storeKey = '_h5ai';
|
||||
this.xConfig = {
|
||||
setup: {
|
||||
API: true,
|
||||
APP_HREF: util.uniqPath('-APP/'),
|
||||
ROOT_HREF: util.uniqPath('-ROOT/'),
|
||||
CURRENT_HREF: util.uniqPath('-CURRENT/')
|
||||
ROOT_HREF: util.uniqPath('-ROOT/')
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue