From 1522fd95e80026c6f66b03d6ad230e779553134d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E?= Date: Fri, 16 Jul 2021 09:57:26 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entry/src/main/js/default/app.js b/entry/src/main/js/default/app.js index 35a2723f..c3dc2c7f 100755 --- a/entry/src/main/js/default/app.js +++ b/entry/src/main/js/default/app.js @@ -12,6 +12,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +/** */ + export default { onCreate() { console.info('AceApplication onCreate'); -- Gitee