'use strict'; exports.index = (req, res) => { res.render('app-update', {
title: '更新提示',
width750: true, }); };