张延森 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
 }