1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

search view by react (#3403)

* search results react

* adjust style

* adjust style

* update
This commit is contained in:
sniper-py
2019-05-11 22:43:54 +08:00
committed by Daniel Pan
parent 0a232cebff
commit 4539dd88e6
7 changed files with 832 additions and 1 deletions

View File

@@ -91,7 +91,8 @@ module.exports = {
orgAdmin: [require.resolve('./polyfills'), paths.appSrc + "/pages/org-admin"],
sysAdmin: [require.resolve('./polyfills'), paths.appSrc + "/pages/sys-admin"],
viewDataGrid: [require.resolve('./polyfills'), paths.appSrc + "/view-file-ctable.js"],
viewCdoc: [require.resolve('./polyfills'), paths.appSrc + "/view-file-cdoc.js"]
viewCdoc: [require.resolve('./polyfills'), paths.appSrc + "/view-file-cdoc.js"],
search: [require.resolve('./polyfills'), paths.appSrc + "/pages/search"]
},
output: {