tenggouwa преди 7 години
родител
ревизия
95a6da711b
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      src/config/api-config.js
  2. 1 1
      src/views/home/home.vue

+ 2 - 2
src/config/api-config.js

@@ -3,8 +3,8 @@
  * @type Object
  */
 var apiUrl = {
-    basehostUrl: 'https://dev407.33.cn',
-    // basehostUrl: 'https://kdata.fxee.com',
+    // basehostUrl: 'https://dev407.33.cn',
+    basehostUrl: 'https://test33.cn',
     uploadUrl:"https://oss.33.cn",
     
     // baseNewUrl:"https://dev407.33.cn",

+ 1 - 1
src/views/home/home.vue

@@ -264,7 +264,7 @@ export default{
   },
   mounted(){
     this.$nextTick(()=>{
-      // this.windowScroll();
+      this.windowScroll();
       //this.getHomeMarket();
       /*this.requtime=setInterval(()=>{
         this.getHomeMarket();