烧瓶蓝图域和子域

时间:2019-08-12 14:21:16

标签: flask dns subdomain blueprint

我无法弄清楚如何同时支持子域和域。

我一直在寻找有关此信息,并且意识到我需要我的蓝图处理程序。

<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
</head>
<script>
                sap.ui.getCore().attachInit(function () {
                sap.ui.require([
                "sap/m/Shell",
                "sap/ui/core/ComponentContainer",
                "sap/ui/model/xml/XMLModel"
                ], function
                (Shell, ComponentContainer, XMLModel) {
                new Shell({
                app: new
                ComponentContainer({
                height : "100%",
                name : "App"
                }
                )}          
                ).placeAt("container");
                    var dataProfile = "












";

                var oModel = new XMLModel();
                oModel.setXML(dataProfile);
                sap.ui.getCore().setModel(oModel,"Profile");    
                });
                });
            </script>
<body class="sapUiBody">
<div data-sap-ui-component="main" data-name="app" data-id="container" data-settings="'{&quot;id&quot;: &quot;app&quot;}'"></div>
</body>
</html>

为了将二级域绑定到商店子域。

0 个答案:

没有答案