Browse Source

Merge branch 'dev-online' into 'Online'

Dev online

See merge request crowd-2019/crowd-test-service-front!190
郭超 4 năm trước cách đây
mục cha
commit
4616bf15d6
2 tập tin đã thay đổi với 6 bổ sung3 xóa
  1. 2 1
      src/components/commons/Footer2.0.vue
  2. 4 2
      src/config/index.js

+ 2 - 1
src/components/commons/Footer2.0.vue

@@ -14,7 +14,7 @@
         <el-col :span="19" style="padding-left: 15%">
           <div class="copyright-block pull-left" style="margin: 12px 0">
             版权所有©信息产品及科技服务集成化众测服务平台与应用项目组<br/>
-            <a href="http://www.beian.miit.gov.cn/" style="color: white; font-size: 16px">{{ footer_provider_number }}</a><br/>
+            <a :href="footer_provider_number_url" style="color: white; font-size: 16px">{{ footer_provider_number }}</a><br/>
             电话:{{ footer_mobile }}  传真:{{ footer_fax }}1<br/>
             电子邮箱:{{ footer_email }}
           </div>
@@ -40,6 +40,7 @@ export default {
       footer_title_one:CONFIG.footer_title_one,
       footer_title_two:CONFIG.footer_title_two,
       footer_provider_number:CONFIG.footer_provider_number,
+      footer_provider_number_url:CONFIG.footer_provider_number_url,
       footer_mobile:CONFIG.footer_mobile,
       footer_fax:CONFIG.footer_fax,
       footer_email:CONFIG.footer_email,

+ 4 - 2
src/config/index.js

@@ -134,5 +134,7 @@ export const setConfig = (conf) => {
   CONFIG = conf;
 }
 
-export const login_url = 'http://user.cofortest.com:8081/page/login?redirect=http%3a%2f%2fwww.cofortest.com%2f%23%2fhome'
-export const  register_url = 'http://user.cofortest.com:8081/page/register'
+// export const login_url = 'http://user.cofortest.com:8081/page/login?redirect=http%3a%2f%2fcrowd.dev.mooctest.net%2f%23%2fhome'
+// export const  register_url = 'http://user.cofortest.com:8081/page/register'
+export const login_url = 'http://59.42.10.53/page/login?redirect=http%3a%2f%2fwww.cofortest.com%2f%23%2fhome'
+export const  register_url = 'http://59.42.10.53/page/register'