@@ -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'
@@ -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>