shish 2 жил өмнө
parent
commit
4ccb936718

+ 1 - 1
ghsApp/src/admin/home/workbench.vue

@@ -380,7 +380,7 @@ export default {
 			// #ifdef MP-WEIXIN
 			this.isMini = 1
 			// #endif
-			consoleIndex({isMini:this.isMini}).then(res => {
+			consoleIndex({isMini:this.isMini,version:2}).then(res => {
 				this.data = res.data;
 				const { menu } = res.data;
 				this.tabsData = menu

+ 0 - 3
ghsApp/src/admin/item/list2.vue

@@ -8,9 +8,6 @@
 				<view class="search-bar">
 					<app-search-module v-model="globalPy" placeholder="这里搜索" @input="globalSearch"/>
 				</view>
-				<view style="padding:0 0upx 0 15upx;" >
-					<button class="admin-button-com middle blue" @click="refreshItem()">刷新</button>
-				</view>
 				<view style="padding:0 0upx 0 15upx;" >
 					<button class="admin-button-com middle blue" @click="pageTo({ url: '/admin/ptItem/itemList' })">添花材</button>
 				</view>

+ 0 - 3
ghsApp/src/api/workbench/index.js

@@ -1,8 +1,5 @@
 import https from '@/plugins/luch-request_0.0.7/request'
 
-/** *
- * 控制台首页 b
- */
 export const consoleIndex = data => {
 	return https.get('/console/profile', data)
 }