From 81179c94c149e19913a3c2574eba22ca18b39f83 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 3 Dec 2021 15:23:56 +0800 Subject: [PATCH] updated frontend --- .gitignore | 1 + frontend/public/index.html | 1 + frontend/public/js/umeng.js | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 frontend/public/js/umeng.js diff --git a/.gitignore b/.gitignore index 5e091d2d..7e4dd63c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ _book/ *.lock vendor/ .crawlab +dist/ diff --git a/frontend/public/index.html b/frontend/public/index.html index 1196d73a..e307c2bc 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -11,6 +11,7 @@ window.VUE_APP_API_BASE_URL = '<%= VUE_APP_API_BASE_URL %>' +