yingp 5 年之前
父节点
当前提交
7d2e01152e

+ 1 - 1
src/main/java/com/usoftchina/saas/entity/Master.java

@@ -171,6 +171,6 @@ public class Master {
     }
 
     public String getWebsite() {
-        return "http://" + ma_domain + ".nt.usoftchina.com";
+        return "https://" + ma_domain + ".nt.usoftchina.com";
     }
 }

+ 1 - 1
src/main/java/com/usoftchina/saas/repository/SettingRepository.java

@@ -30,7 +30,7 @@ public class SettingRepository {
             setting.setSchema_type_name("make");
             setting.setSchema_pwd("select!#%*(");
             setting.setB2b_url("http://b2b.usoftchina.com");
-            setting.setPrint_url("http://ntprint.usoftchina.com/report/print.action");
+            setting.setPrint_url("https://ntprint.usoftchina.com/report/print.action");
             setting.setPrint_type("jasper");
             insert(setting);
             return get();

+ 2 - 2
src/main/resources/templates/apply.ftl

@@ -45,7 +45,7 @@
                         <div class="form-group clearfix">
                             <label class="control-label x-required">给您的云服务主页申请一个域名:</label>
                             <p id="domain_help" class="help-block">
-                                例如:您的公司主页是www.example.com,填写example即可拥有http://example.nt.usoftchina.com免费域名
+                                例如:您的公司主页是www.example.com,填写example即可拥有https://example.nt.usoftchina.com免费域名
                             </p>
                             <div class="x-has-feedback-left">
                                 <div style="width: 300px; position: relative;">
@@ -55,7 +55,7 @@
                                            style="padding-left: 55px; padding-right: 130px" autofocus
                                            required> <span
                                         class="x-form-control-feedback-left x-text-bold"
-                                        style="width: 65px; left: 0">http://</span> <span
+                                        style="width: 65px; left: 0">https://</span> <span
                                         class="x-form-control-feedback-right x-text-bold"
                                         style="width: 130px; right: 0">.nt.usoftchina.com</span>
                                 </div>

+ 1 - 1
src/main/resources/templates/home.ftl

@@ -122,7 +122,7 @@
                     <#if master??>
                         <a class='my-tiyan' href="${master.website}" class="experience-btn">进入系统</a>
                     <#else>
-                        <a class='my-tiyan' href="http://guest.nt.usoftchina.com" class="experience-btn">立即体验</a>
+                        <a class='my-tiyan' href="https://guest.nt.usoftchina.com" class="experience-btn">立即体验</a>
                         <a class='my-tiyan' href="/apply" class="apply-btn">立即开通</a>
                     </#if>
                 </div>

+ 2 - 2
src/main/resources/templates/mail/reg_success.ftl

@@ -82,13 +82,13 @@
             <h4>${name} ${job},您好!</h4>
             <p>
                 您的企业<strong>${spaceName}</strong>已成功开通优企云服。
-                使用您的手机号<a style="color:red">${uid}</a>,默认密码<a style="color:red">111111</a>即可登录体验<strong>http://${domain}.nt.usoftchina.com</strong>
+                使用您的手机号<a style="color:red">${uid}</a>,默认密码<a style="color:red">111111</a>即可登录体验<strong>https://${domain}.nt.usoftchina.com</strong>
             </p>
         </div>
         <div class="x-block">
             <p>您可以
             <ul>
-                <li><a class="x-btn x-btn-default" href="http://${domain}.nt.usoftchina.com">立即体验</a></li>
+                <li><a class="x-btn x-btn-default" href="https://${domain}.nt.usoftchina.com">立即体验</a></li>
                 <li><a class="x-btn x-btn-default" href="https://www.usoftchina.com">了解优软云</a></li>
             </ul>
             </p>