本地调试

This commit is contained in:
wangsongsole 2022-07-19 13:47:20 +08:00
parent 2ae91d724d
commit bf7be9f658
2 changed files with 1875 additions and 660 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,11 @@
<!--
* @Author: Wind
* @Date: 2022-07-15 17:48:05
* @LastEditors: Wind
* @LastEditTime: 2022-07-19 13:45:54
* @Description:
* @FilePath: \frontend\public\index.html
-->
<!DOCTYPE html>
<html lang="en">
@ -12,11 +20,11 @@
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/commonproductlogo/goods_new_v2.js?v4">
</script>
<!--
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<script src="./goods_new_v2.js">
</script>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.