本地调试
This commit is contained in:
parent
2ae91d724d
commit
bf7be9f658
File diff suppressed because it is too large
Load Diff
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue