张延森 4 년 전
부모
커밋
af62c48a9b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/app.config.js

+ 3
- 0
src/app.config.js 파일 보기

@@ -58,5 +58,8 @@ export default {
58 58
     navigationBarBackgroundColor: '#fff',
59 59
     navigationBarTitleText: 'WeChat',
60 60
     navigationBarTextStyle: 'black'
61
+  },
62
+  usingComponents: {
63
+    'towxml': '/towxml/towxml'
61 64
   }
62 65
 }