diff --git a/app.js b/app.js index d76079451..107317d49 100755 --- a/app.js +++ b/app.js @@ -36,9 +36,10 @@ let opts = { // app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts)); -app.use('/callComponent', proxy('http://proxy.homecommunity.cn:9034', opts)); -app.use('/app', proxy('http://proxy.homecommunity.cn:9034', opts)); - +// app.use('/callComponent', proxy('http://proxy.homecommunity.cn:9034', opts)); +// app.use('/app', proxy('http://proxy.homecommunity.cn:9034', opts)); +app.use('/callComponent', proxy('http://proxy.homecommunity.cn:9011', opts)); +app.use('/app', proxy('http://proxy.homecommunity.cn:9011', opts)); // app.use('/callComponent', proxy('http://127.0.0.1:8008', opts)); diff --git a/public/components/frame/viewMenuUser/viewMenuUser.html b/public/components/frame/viewMenuUser/viewMenuUser.html index 5c57745f7..3f9b74ee7 100644 --- a/public/components/frame/viewMenuUser/viewMenuUser.html +++ b/public/components/frame/viewMenuUser/viewMenuUser.html @@ -9,8 +9,8 @@ -
-
+
+
diff --git a/public/pages/property/roomStructure/roomStructure.html b/public/pages/property/roomStructure/roomStructure.html new file mode 100644 index 000000000..f22eae01f --- /dev/null +++ b/public/pages/property/roomStructure/roomStructure.html @@ -0,0 +1,13 @@ +
+ +
+ +
+
+
+
+
+ +
+ +
\ No newline at end of file diff --git a/public/pages/property/roomStructure/roomStructure.js b/public/pages/property/roomStructure/roomStructure.js new file mode 100644 index 000000000..ce3b5b49a --- /dev/null +++ b/public/pages/property/roomStructure/roomStructure.js @@ -0,0 +1,23 @@ +/** + 入驻小区 + **/ +(function(vc) { + var DEFAULT_PAGE = 1; + var DEFAULT_ROWS = 10; + vc.extends({ + data: { + roomStructureInfo: { + + } + }, + _initMethod: function() { + + }, + _initEvent: function() { + + }, + methods: { + + } + }); +})(window.vc); \ No newline at end of file