info-index.page.js
297 Bytes
/*
* @Author: Targaryen
* @Date: 2017-05-02 13:55:28
* @Last Modified by: Targaryen
* @Last Modified time: 2017-05-02 13:59:11
*/
'use strict';
require('guang/info-index.page.css');
const detail = './index';
const DetailController = require(`${detail}/controller`);
new DetailController();