From bbc8941fbd4666eaf6c83aa68438ad7312983d43 Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Tue, 21 Jun 2022 14:37:56 +0800 Subject: [PATCH] bt-location --- front/public/index.html | 4 ++-- front/public/static/config/{dataResource.js => location.js} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename front/public/static/config/{dataResource.js => location.js} (100%) diff --git a/front/public/index.html b/front/public/index.html index f7079dd7..3a359252 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -64,7 +64,7 @@ - + @@ -121,4 +121,4 @@ - + \ No newline at end of file diff --git a/front/public/static/config/dataResource.js b/front/public/static/config/location.js similarity index 100% rename from front/public/static/config/dataResource.js rename to front/public/static/config/location.js