Browse Source

更新svg动画

caner 1 year ago
parent
commit
4e042f62d0
3 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 1 1
      src/App.vue
  3. 1 1
      src/pages/svgAnimation/route.ts

+ 1 - 1
README.md

@@ -23,5 +23,5 @@
 ![image](./public/imgs/11.png)
 12. '/geo' CAD瓦片反差图-Demo
 ![image](./public/imgs/12.png)
-13. '/geo' svg动画同步-Demo
+13. '/svgAnimate' svg动画同步-Demo
 ![image](./public/imgs/13.png)

+ 1 - 1
src/App.vue

@@ -38,7 +38,7 @@ console.log(
 10. '/process' process SVG画图-Demo
 11. '/video' 荧石视频SDK-Demo
 12. '/geo' CAD瓦片反差图-Demo
-13. '/svg' svg动画同步-Demo`
+13. '/svgAnimate' svg动画同步-Demo`
 )
 </script>
 <style>

+ 1 - 1
src/pages/svgAnimation/route.ts

@@ -1,7 +1,7 @@
 import { RouteRecordRaw } from 'vue-router'
 import face from './index.vue'
 export default {
-  path: '/svg',
+  path: '/svgAnimate',
   meta: {
     authorize: true
   },