|
|
@@ -21,10 +21,8 @@
|
|
|
<li><a href="https://www.usoftchina.com/" target="_blank"><span>优软云</span></a></li>
|
|
|
<li>
|
|
|
<a href="#feature"><span>特色</span></a>
|
|
|
- <!-- <router-link to="/enterprise"><a href="#"><span>特色</span></a></router-link> -->
|
|
|
</li>
|
|
|
<li><a href="#service"><span>功能</span></a></li>
|
|
|
- <!-- <li><a href="#prototype"><span>帮助中心</span></a></li> -->
|
|
|
<li><a href="https://uas.usoftchina.com/about" target="_blank"><span>关于我们</span></a></li>
|
|
|
<li class="login" v-if="!account" style="margin-left: 30px;">
|
|
|
<span @click="login"><img src="/static/img/assets/denglu3x.png" alt="">登录 </span>
|
|
|
@@ -58,8 +56,6 @@
|
|
|
<div class="tiyan" v-if="isexperience">
|
|
|
<img @click="Closeexperience" class="tc-on ty-out" src="/static/img/qiye/x.png" alt="" />
|
|
|
<div><img class="ty-logo" src="/static/img/assets/dalogo@2x.png" alt=""></div>
|
|
|
- <!-- <div><p class="ty-logotxt">欢迎你访问U企云服</p></div> -->
|
|
|
- <!-- <div class="ty-title"><span>填写手机号后,即刻体验电子行业贸易版所有功能</span></div> -->
|
|
|
<div class="ty-phone over">
|
|
|
<div class="left ty-input">
|
|
|
<span><img style="margin: 6px 8px 10px 15px;" src="/static/img/assets/phone.png" alt=""></span>
|
|
|
@@ -265,23 +261,23 @@
|
|
|
this.isproblem = true
|
|
|
} else {
|
|
|
this.isproblem = this.$route.params.isporblem
|
|
|
- }
|
|
|
- this.$ajax({
|
|
|
- url: this.$url.api+'/api/auth/info',
|
|
|
- method: 'get',
|
|
|
- async:false,
|
|
|
- withCredentials:true
|
|
|
- })
|
|
|
- .then(res=>{
|
|
|
- const data=res.data.data,session = data.token, account = data.account
|
|
|
- account.companies = account.companies || []
|
|
|
- session.account = account
|
|
|
- Session.set(session);
|
|
|
- this.account = Session.getAccount();
|
|
|
- })
|
|
|
- .catch(err=>{
|
|
|
- // console.log("请求失败",err)
|
|
|
- })
|
|
|
+ };
|
|
|
+ this.$ajax({
|
|
|
+ url: this.$url.api+'/api/auth/info',
|
|
|
+ method: 'get',
|
|
|
+ async:false,
|
|
|
+ withCredentials:true
|
|
|
+ })
|
|
|
+ .then(res=>{
|
|
|
+ const data=res.data.data,session = data.token, account = data.account
|
|
|
+ account.companies = account.companies || []
|
|
|
+ session.account = account
|
|
|
+ Session.set(session);
|
|
|
+ this.account = Session.getAccount();
|
|
|
+ })
|
|
|
+ .catch(err=>{
|
|
|
+ // console.log("请求失败",err)
|
|
|
+ })
|
|
|
},
|
|
|
mounted() {
|
|
|
this.clientId = Math.random().toString(36).substr(2)
|
|
|
@@ -362,7 +358,6 @@
|
|
|
},
|
|
|
//体验
|
|
|
experience(){
|
|
|
- console.log(123)
|
|
|
this.isexperience = true;
|
|
|
},
|
|
|
//关闭体验
|
|
|
@@ -451,18 +446,6 @@
|
|
|
width: 140px;
|
|
|
margin: 15px 0 50px 13px;
|
|
|
}
|
|
|
-.ty-logotxt {
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-size: 22px !important;
|
|
|
- color: #059FFE;
|
|
|
-}
|
|
|
-.ty-title {
|
|
|
- margin-top: 30px;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-size: 14px;
|
|
|
- color: #059FFE;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
.ty-input {
|
|
|
width: 330px;
|
|
|
height: 40px;
|