Ver código fonte

分享页面

panhui 7 anos atrás
pai
commit
4f1a98ac4d
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      src/main/webapp/WEB-INF/html/share.html

+ 4 - 4
src/main/webapp/WEB-INF/html/share.html

@@ -6,28 +6,28 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>猿人电竞</title>
-    <link rel="stylesheet" href="static/share/share.css">
+    <link rel="stylesheet" href="share/share.css">
 </head>
 
 <body>
 
 <div id="app">
     <div class="content">
-        <img src="static/share/images/text_yonghuduan.png" alt="" class="top">
+        <img src="share/images/text_yonghuduan.png" alt="" class="top">
 
         <input class="input" type="number" v-model="inputVal" placeholder="输入你的手机号">
 
         <div class="btn" @click="submit">确定</div>
 
         <div style="flex-grow:1"></div>
-        <img src="static/share/images/img_0000000.png" alt="" class="bottomImg">
+        <img src="share/images/img_0000000.png" alt="" class="bottomImg">
     </div>
 
 
 </div>
 
 
-<script src="static/share/vue.js"></script>
+<script src="share/vue.js"></script>
 
 <script>
     var Ajax = {