zhuxinbo 4 rokov pred
rodič
commit
ecd5455b02

+ 5 - 1
src/App.vue

@@ -1,7 +1,7 @@
 <template>
   <a-locale-provider :locale="locale">
     <div id="app">
-      <router-view/>
+      <router-view />
     </div>
   </a-locale-provider>
 </template>
@@ -40,4 +40,8 @@
   #app {
     height: 100%;
   }
+
+  body {
+    -webkit-user-select: text;
+  }
 </style>

+ 1 - 0
src/theme/demo.less

@@ -5,6 +5,7 @@
 
 body{
   background-color: #f7f7f7;
+  -webkit-user-select: text;
 }
 img{
   border-radius: 4px;

+ 1 - 1
src/views/modules/kuaishouapp/account/accountIndex.vue

@@ -499,7 +499,7 @@
       },
       ...mapGetters(['nickname', 'avatar', 'userInfo']),
       searchLabel() {
-        this.ipagination.current = 1
+        // this.ipagination.current = 1
         if (this.appId) {
           var params = {}
           params.accountId = this.appId + ''

+ 3 - 3
vue.config.js

@@ -57,12 +57,12 @@ module.exports = {
     proxy: {
       '/jeecg-boot': {
         // target: 'http://192.168.1.90:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
-        target: 'http://192.168.1.72:8088', //请求本地 需要jeecg-boot后台项目  英豪
+        // target: 'http://192.168.1.72:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
         // target: 'http://192.168.1.94:8804', //请求本地 需要jeecg-boot后台项目  孙震
-        target: 'http://192.168.1.51:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
+        // target: 'http://192.168.1.51:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.165:8848', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        // target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
+        target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://192.168.1.251', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目