7.13(优化
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "crmeb-java-webpc-admin",
|
||||
"name": "lxk-java-webpc-admin",
|
||||
"version": "4.2.1",
|
||||
"description": "Java mall free open source CRMEB mall JAVA version, SpringBoot + Maven + Swagger + Mybatis Plus + Redis + Uniapp +Vue+elementUI Including mobile terminal, applet, PC background, Api interface; products, users, shopping carts, orders, points, Modules such as coupons, marketing, balance, permissions, roles, system settings, combined data, and drag-and-drop forms have greatly reduced the cost of second-opening.",
|
||||
"author": "CRMEB",
|
||||
|
||||
@@ -105,7 +105,7 @@ const actions = {
|
||||
// commit('SET_ROLES', ['admin'])
|
||||
commit('SET_NAME', account);
|
||||
// commit('SET_AVATAR', avatar)
|
||||
commit('SET_AVATAR', 'http://kaifa.crmeb.net/system/images/admin_logo.png');
|
||||
commit('SET_AVATAR', 'http://kaifa.lxk.net/system/images/admin_logo.png');
|
||||
commit('SET_INTRODUCTION', 'CRMEB admin');
|
||||
commit('SET_PERMISSIONS', data.permissionsList); //权限标识
|
||||
resolve(data);
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
<router-link to="/dashboard"> 回首页 </router-link>
|
||||
</li>
|
||||
<li class="link-type">
|
||||
<a href="https://www.crmeb.com/">随便看看</a>
|
||||
</li>
|
||||
<li><a href="#" @click.prevent="dialogVisible = true">点我看图</a></li>
|
||||
</ul>
|
||||
|
||||
@@ -94,10 +94,6 @@
|
||||
</el-form>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="footers">
|
||||
<div class="pull-right" v-if="copyright">{{copyright}}</div>
|
||||
<div class="pull-right" v-else>Copyright ©2014-2022 <a class="infoUrl" href="https://www.crmeb.com" target="_blank">{{copyright}}</a></div>
|
||||
</div> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -79,9 +79,9 @@ export default {
|
||||
name: 'index',
|
||||
data() {
|
||||
return {
|
||||
baseUrl: 'https://shop.crmeb.net/html/index.html',
|
||||
baseUrl: '',
|
||||
iframeUrl: '',
|
||||
captchs: 'http://authorize.crmeb.net/api/captchs/',
|
||||
captchs: '',
|
||||
authCode: '',
|
||||
status: null,
|
||||
dayNum: 0,
|
||||
@@ -146,7 +146,7 @@ export default {
|
||||
});
|
||||
},
|
||||
toCrmeb() {
|
||||
window.open('http://www.crmeb.com');
|
||||
window.open('');
|
||||
},
|
||||
handleClose() {
|
||||
this.getAuth();
|
||||
|
||||
@@ -332,7 +332,7 @@ export default {
|
||||
typeName: '',
|
||||
currentPage: 'home',
|
||||
modelBanner: [
|
||||
'https://image.java.crmeb.net/lxkimage/maintain/2021/07/06/c99ee385e94d4711a0ea4be72169a86euwmzuhxbb2.jpg',
|
||||
'',
|
||||
],
|
||||
urlbg: require('@/assets/imgs/user_bg.png'),
|
||||
// indexTab: [],
|
||||
@@ -373,7 +373,7 @@ export default {
|
||||
linkaddress,
|
||||
},
|
||||
created() {
|
||||
this.iframeUrl = `https://app.beta.java.crmeb.net?type=iframeVisualizing`;
|
||||
this.iframeUrl = ``;
|
||||
},
|
||||
mounted() {
|
||||
//监听子页面给当前页面传值
|
||||
|
||||
Reference in New Issue
Block a user