...
|
...
|
@@ -11,8 +11,8 @@ |
|
|
<link rel="stylesheet" media="all" href="//{{devHost}}:5001/common.css?t={{startTime}}">
|
|
|
<link rel="stylesheet" media="all" href="//{{devHost}}:5001/{{module}}.{{page}}.css?t={{startTime}}">
|
|
|
{{^}}
|
|
|
<link rel="stylesheet" media="all" href="/yoho-activity-platform/{{version}}/common.css?t={{startTime}}">
|
|
|
<link rel="stylesheet" media="all" href="/yoho-activity-platform/{{version}}/{{module}}.{{page}}.css?t={{startTime}}">
|
|
|
<link rel="stylesheet" media="all" href="/yoho-activity-platform/{{version}}/css/common.css?t={{startTime}}">
|
|
|
<link rel="stylesheet" media="all" href="/yoho-activity-platform/{{version}}/css/{{module}}.{{page}}.css?t={{startTime}}">
|
|
|
{{/if}}
|
|
|
</head>
|
|
|
|
...
|
...
|
@@ -50,7 +50,7 @@ |
|
|
<script src="//{{devHost}}:5001/{{module}}.{{page}}.js"></script>
|
|
|
{{^}}
|
|
|
<script src="/yoho-activity-platform/{{version}}/libs.js?t={{startTime}}"></script>
|
|
|
<script src="/yoho-activity-platform/{{version}}/{{module}}.{{page}}.js?t={{startTime}}"></script>
|
|
|
<script src="/yoho-activity-platform/{{version}}/js/{{module}}.{{page}}.js?t={{startTime}}"></script>
|
|
|
{{/if}}
|
|
|
</body>
|
|
|
</html>
|
...
|
...
|
|