将前端 JS 移到插件目录

This commit is contained in:
jysperm
2014-07-26 03:33:40 +08:00
parent 2f92606bea
commit e2f93c9b37
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ mAccount = require '../../core/model/account'
module.exports = exports = express.Router()
app.use harp.mount(path.join(__dirname, 'static'))
exports.use harp.mount(path.join(__dirname, 'static'))
sample =
_id: '53c96734c2dad7d6208a0fbe'

View File

@@ -13,5 +13,5 @@ module.exports =
]
panel_script: [
'/static/script/panel.js'
'/script/panel.js'
]