This commit is contained in:
parent
4951a2f640
commit
b43f0cb015
|
@ -2,7 +2,7 @@
|
||||||
* @Author: Wind
|
* @Author: Wind
|
||||||
* @Date: 2022-07-15 17:48:05
|
* @Date: 2022-07-15 17:48:05
|
||||||
* @LastEditors: Wind
|
* @LastEditors: Wind
|
||||||
* @LastEditTime: 2022-07-19 18:32:46
|
* @LastEditTime: 2022-07-20 09:56:39
|
||||||
* @Description:
|
* @Description:
|
||||||
* @FilePath: \frontend\public\index.html
|
* @FilePath: \frontend\public\index.html
|
||||||
-->
|
-->
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
-->
|
-->
|
||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||||
<script src="./goods"></script>
|
<script src="./goods.js"></script>
|
||||||
<!--
|
<!--
|
||||||
Notice the use of %PUBLIC_URL% in the tags above.
|
Notice the use of %PUBLIC_URL% in the tags above.
|
||||||
It will be replaced with the URL of the `public` folder during the build.
|
It will be replaced with the URL of the `public` folder during the build.
|
||||||
|
|
Loading…
Reference in New Issue