Browse Source

徐州圣力8090

epans 1 year ago
parent
commit
30a2e17783
2 changed files with 44 additions and 2 deletions
  1. 3 2
      .env.production
  2. 41 0
      src/views/dataStatistics/FormulaEffect3.vue

+ 3 - 2
.env.production

@@ -10,10 +10,11 @@ NODE_ENV = 'production'
 # VUE_APP_BASE_API = 'http://jsshgl8089.kptyun.com'
 
 # 测试线
-VUE_APP_BASE_API = 'http://192.168.1.70:8087'
-
+# VUE_APP_BASE_API = 'http://192.168.1.70:8087'
 
 # 圣力
 # VUE_APP_BASE_API = 'http://jsxzsl8087.kptyun.com'
 
+# 徐州圣力8090
+VUE_APP_BASE_API = 'http://jsxzsl8090.kptyun.com'
 

+ 41 - 0
src/views/dataStatistics/FormulaEffect3.vue

@@ -0,0 +1,41 @@
+<template>
+ 
+  <div>
+        1.1版本页面,待开发
+  </div>
+
+
+</template> 
+
+<script>
+import {  ajaxDataGet, ajaxDataPost, ajaxDataPut, ajaxDataDelete, checkButtons} from '@/api/common'
+import { parseTime, json2excel } from '@/utils/index.js'
+export default {
+  data() {
+
+
+    
+ 
+  
+    return {
+
+  
+       
+    }
+  },
+  created(){
+    
+    
+  },
+  methods:{
+
+    
+     
+
+  }
+}
+</script>
+ 
+<style scoped>
+
+</style>