张延森 4 years ago
parent
commit
af62c48a9b
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/app.config.js

+ 3
- 0
src/app.config.js View File

@@ -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
 }