Blame view

public/js/passport/back-mobile-new.page.js 154 Bytes
郭成尧 authored
1
require('passport/back-mobile-new.page.css');
2 3 4 5 6 7
import $ from 'yoho-jquery';
import MobileNew from './back/mobile-new';

$(() => {
    new MobileNew();
});