From e8d6d7e24bac9847d6345ea511d4757188ad6980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E?= Date: Fri, 16 Jul 2021 02:36:33 +0000 Subject: [PATCH] =?UTF-8?q?CI=E6=B5=8B=E8=AF=95=E5=8D=95=EF=BC=8C=E8=AF=B7?= =?UTF-8?q?=E5=8B=BF=E5=90=88=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/js/default/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entry/src/main/js/default/app.js b/entry/src/main/js/default/app.js index 35a2723f..b4caba3e 100755 --- a/entry/src/main/js/default/app.js +++ b/entry/src/main/js/default/app.js @@ -12,10 +12,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +/*test*/ + export default { onCreate() { console.info('AceApplication onCreate'); }, + onDestroy() { console.info('AceApplication onDestroy'); } -- Gitee