xvying il y a 1 an
Parent
commit
ac04657b58
51 fichiers modifiés avec 250 ajouts et 589 suppressions
  1. 0 8
      .env copy.online
  2. 4 3
      .env.development
  3. 17 0
      .env.online
  4. 4 3
      .env.production
  5. 6 3
      .env.staging
  6. 0 78
      .history/src/components/Breadcrumb/index_20210130164543.vue
  7. 0 78
      .history/src/components/Breadcrumb/index_20210201141052.vue
  8. 0 78
      .history/src/components/Breadcrumb/index_20210201141659.vue
  9. 0 78
      .history/src/components/Breadcrumb/index_20210201141722.vue
  10. 0 78
      .history/src/components/Breadcrumb/index_20210201141808.vue
  11. 0 78
      .history/src/components/Breadcrumb/index_20210201141828.vue
  12. 0 0
      .history/src/views/organization/index_20210201093504.vue
  13. 0 13
      .history/src/views/organization/index_20210201094121.vue
  14. 0 13
      .history/src/views/organization/index_20210201094253.vue
  15. 0 13
      .history/src/views/organization/index_20210201094254.vue
  16. 0 0
      .history/src/views/partyMember/index_20210201093509.vue
  17. 0 13
      .history/src/views/partyMember/index_20210201094126.vue
  18. 0 0
      .history/src/views/partyMember/partyMember_20210201092407.VUE
  19. 0 0
      .history/src/views/partyMember/partyMember_20210201092410.VUE
  20. 0 0
      .history/src/views/setup/index_20210201093514.vue
  21. 0 13
      .history/src/views/setup/index_20210201094131.vue
  22. 0 0
      .history/src/views/transfer/index_20210201093519.vue
  23. 0 13
      .history/src/views/transfer/index_20210201094138.vue
  24. 0 13
      .history/src/views/transfer/index_20210201094140.vue
  25. 0 13
      .history/src/views/transfer/index_20210201094144.vue
  26. 0 0
      online/index.html
  27. 177 0
      online/static/js/app.js
  28. 42 0
      online/static/js/chunk-vendors.js
  29. BIN
      online1/favicon.ico
  30. 0 0
      online1/index.html
  31. 0 0
      online1/static/css/app.bb12d4b7.css
  32. 0 0
      online1/static/css/chunk-elementUI.68c70ad5.css
  33. 0 0
      online1/static/css/chunk-libs.9b94a6e0.css
  34. BIN
      online1/static/fonts/element-icons.535877f5.woff
  35. BIN
      online1/static/fonts/element-icons.732389de.ttf
  36. BIN
      online1/static/img/avator.12fe08ec.jpg
  37. BIN
      online1/static/img/background.31789a17.jpg
  38. BIN
      online1/static/img/dangxiaozu.6ff122af.png
  39. BIN
      online1/static/img/dangyuan.da32c7a6.png
  40. BIN
      online1/static/img/empty.0b51f44a.png
  41. BIN
      online1/static/img/fazhan.4756926a.png
  42. BIN
      online1/static/img/guidang.40627c49.png
  43. BIN
      online1/static/img/index.63523c95.jpg
  44. BIN
      online1/static/img/jiji.59a4a1e1.png
  45. BIN
      online1/static/img/user.adb37797.png
  46. BIN
      online1/static/img/weiyuan.684a7966.png
  47. BIN
      online1/static/img/yubei.db0a2777.png
  48. BIN
      online1/static/img/zuzhishenghuo.b6699181.png
  49. 0 0
      online1/static/js/app.06421a16.js
  50. 0 0
      online1/static/js/chunk-elementUI.211e80e9.js
  51. 0 0
      online1/static/js/chunk-libs.ce0d7478.js

+ 0 - 8
.env copy.online

@@ -1,8 +0,0 @@
-# just a flag
-ENV = 'online'
-VUE_APP_OUTPUT='online'
-# base api
-#VUE_APP_BASE_API = 'http://api.party.site.ximengnaikang.com'
- VUE_APP_BASE_API = 'http://bcydj.hactcm.edu.cn/api'
-
-VUE_CLI_BABEL_TRANSPILE_MODULES = true

+ 4 - 3
.env.development

@@ -2,16 +2,17 @@
  # @FilePath: .env.development
  # @Author: 旭颖
  # @Date: 2022-11-21 11:10:29
- # @LastEditors: 
- # @LastEditTime: 2023-03-24 17:27:46
+ # @LastEditors: Please set LastEditors
+ # @LastEditTime: 2023-03-26 19:42:23
 ### 
 # just a flag
 ENV = 'development'
 
 # base api
- VUE_APP_BASE_API = '/stage-api'
+#  VUE_APP_BASE_API = '/stage-api'
 # VUE_APP_BASE_API = 'http://api.party.site.ximengnaikang.com'
 # VUE_APP_BASE_API = 'http://zhdj.xxjsxy.hactcm.edu.cn/api'
+ VUE_APP_BASE_API = 'http://bcydj.hactcm.edu.cn/api'
 VUE_Sidebar_Title='党员管理系统', //左侧导航栏标题
 VUE_Title='党员管理', //浏览器导航栏显示标题
 Login_Title='智慧党建信息管理系统', //登录页

+ 17 - 0
.env.online

@@ -0,0 +1,17 @@
+###
+ # @FilePath: .env.online
+ # @Author: 旭颖
+ # @Date: 2022-11-21 12:05:54
+ # @LastEditors: 
+ # @LastEditTime: 2023-03-26 19:41:10
+### 
+# just a flag
+ENV = 'online'
+VUE_APP_OUTPUT='online'
+# base api
+#VUE_APP_BASE_API = 'http://api.party.site.ximengnaikang.com'
+ VUE_APP_BASE_API = 'http://bcydj.hactcm.edu.cn/api'
+VUE_Sidebar_Title='党员管理系统', //左侧导航栏标题
+VUE_Title='党员管理', //浏览器导航栏显示标题
+Login_Title='智慧党建信息管理系统', //登录页
+VUE_CLI_BABEL_TRANSPILE_MODULES = true

+ 4 - 3
.env.production

@@ -2,16 +2,17 @@
  # @FilePath: .env.production
  # @Author: 旭颖
  # @Date: 2022-11-21 10:57:22
- # @LastEditors: 
- # @LastEditTime: 2023-03-23 14:57:38
+ # @LastEditors: Please set LastEditors
+ # @LastEditTime: 2023-03-26 19:42:17
 ### 
 # just a flag
 ENV = 'production'
 VUE_APP_OUTPUT='production'
 # base api
 
-VUE_APP_BASE_API = 'http://api.party.site.ximengnaikang.com'
+# VUE_APP_BASE_API = 'http://api.party.site.ximengnaikang.com'
 # VUE_APP_BASE_API = 'http://zhdj.xxjsxy.hactcm.edu.cn/api'
+ VUE_APP_BASE_API = 'http://bcydj.hactcm.edu.cn/api'
 
 
 VUE_CLI_BABEL_TRANSPILE_MODULES = true

+ 6 - 3
.env.staging

@@ -2,8 +2,8 @@
  # @FilePath: .env.staging
  # @Author: 旭颖
  # @Date: 2022-11-21 11:10:28
- # @LastEditors: 
- # @LastEditTime: 2023-03-23 14:54:45
+ # @LastEditors: Please set LastEditors
+ # @LastEditTime: 2023-03-26 19:41:29
 ### 
 
 # just a flag
@@ -11,7 +11,10 @@ ENV = 'staging'
 
 # base api
 # VUE_APP_BASE_API = '/stage-api'
-  VUE_APP_BASE_API = 'http://api.party.site.ximengnaikang.com'
+  # VUE_APP_BASE_API = 'http://api.party.site.ximengnaikang.com'
+  # VUE_APP_BASE_API = 'http://zhdj.xxjsxy.hactcm.edu.cn/api'
+   VUE_APP_BASE_API = 'http://bcydj.hactcm.edu.cn/api'
+
   # VUE_APP_BASE_API ='http://party.demo.xmnk.cn'
 
 

+ 0 - 78
.history/src/components/Breadcrumb/index_20210130164543.vue

@@ -1,78 +0,0 @@
-<template>
-  <el-breadcrumb class="app-breadcrumb" separator="/">
-    <transition-group name="breadcrumb">
-      <el-breadcrumb-item v-for="(item,index) in levelList" :key="item.path">
-        <span v-if="item.redirect==='noRedirect'||index==levelList.length-1" class="no-redirect">{{ item.meta.title }}</span>
-        <a v-else @click.prevent="handleLink(item)">{{ item.meta.title }}</a>
-      </el-breadcrumb-item>
-    </transition-group>
-  </el-breadcrumb>
-</template>
-
-<script>
-import pathToRegexp from 'path-to-regexp'
-
-export default {
-  data() {
-    return {
-      levelList: null
-    }
-  },
-  watch: {
-    $route() {
-      this.getBreadcrumb()
-    }
-  },
-  created() {
-    this.getBreadcrumb()
-  },
-  methods: {
-    getBreadcrumb() {
-      // only show routes with meta.title
-      let matched = this.$route.matched.filter(item => item.meta && item.meta.title)
-      const first = matched[0]
-
-      if (!this.isDashboard(first)) {
-        matched = [{ path: '/dashboard', meta: { title: 'Dashboard' }}].concat(matched)
-      }
-
-      this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)
-    },
-    isDashboard(route) {
-      const name = route && route.name
-      if (!name) {
-        return false
-      }
-      return name.trim().toLocaleLowerCase() === 'Dashboard'.toLocaleLowerCase()
-    },
-    pathCompile(path) {
-      // To solve this problem https://github.com/PanJiaChen/vue-element-admin/issues/561
-      const { params } = this.$route
-      var toPath = pathToRegexp.compile(path)
-      return toPath(params)
-    },
-    handleLink(item) {
-      const { redirect, path } = item
-      if (redirect) {
-        this.$router.push(redirect)
-        return
-      }
-      this.$router.push(this.pathCompile(path))
-    }
-  }
-}
-</script>
-
-<style lang="scss" scoped>
-.app-breadcrumb.el-breadcrumb {
-  display: inline-block;
-  font-size: 14px;
-  line-height: 50px;
-  margin-left: 8px;
-
-  .no-redirect {
-    color: #97a8be;
-    cursor: text;
-  }
-}
-</style>

+ 0 - 78
.history/src/components/Breadcrumb/index_20210201141052.vue

@@ -1,78 +0,0 @@
-<template>
-  <el-breadcrumb class="app-breadcrumb" separator="/">
-    <transition-group name="breadcrumb">
-      <el-breadcrumb-item v-for="(item,index) in levelList" :key="item.path">
-        <span v-if="item.redirect==='noRedirect'||index==levelList.length-1" class="no-redirect">{{ item.meta.title }}</span>
-        <a v-else @click.prevent="handleLink(item)">{{ item.meta.title }}</a>
-      </el-breadcrumb-item>
-    </transition-group>
-  </el-breadcrumb>
-</template>
-
-<script>
-import pathToRegexp from 'path-to-regexp'
-
-export default {
-  data() {
-    return {
-      levelList: null
-    }
-  },
-  watch: {
-    $route() {
-      this.getBreadcrumb()
-    }
-  },
-  created() {
-    this.getBreadcrumb()
-  },
-  methods: {
-    getBreadcrumb() {
-      // only show routes with meta.title
-      let matched = this.$route.matched.filter(item => item.meta && item.meta.title)
-      const first = matched[0]
-
-      if (!this.isDashboard(first)) {
-        matched = [{ path: '/dashboard', meta: { title: 'Dashboard' }}].concat(matched)
-      }
-
-      this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)
-    },
-    isDashboard(route) {
-      const name = route && route.name
-      if (!name) {
-        return false
-      }
-      return name.trim().toLocaleLowerCase() === 'Dashboard'.toLocaleLowerCase()
-    },
-    pathCompile(path) {
-      // To solve this problem https://github.com/PanJiaChen/vue-element-admin/issues/561
-      const { params } = this.$route
-      var toPath = pathToRegexp.compile(path)
-      return toPath(params)
-    },
-    handleLink(item) {
-      const { redirect, path } = item
-      if (redirect) {
-        this.$router.push(redirect)
-        return
-      }
-      this.$router.push(this.pathCompile(path))
-    }
-  }
-}
-</script>
-
-<style lang="scss" scoped>
-.app-breadcrumb.el-breadcrumb {
-  display: inline-block;
-  font-size: 14px;
-  line-height: 50px;
-  margin-left: 8px;
-
-  .no-redirect {
-    color: #97a8be;
-    cursor: text;
-  }
-}
-</style>

+ 0 - 78
.history/src/components/Breadcrumb/index_20210201141659.vue

@@ -1,78 +0,0 @@
-<template>
-  <el-breadcrumb class="app-breadcrumb" separator="/">
-    <transition-group name="breadcrumb">
-      <el-breadcrumb-item v-for="(item,index) in levelList" :key="item.path">
-        <span v-if="item.redirect==='noRedirect'||index==levelList.length-1" class="no-redirect">{{ item.meta.title }}</span>
-        <a v-else @click.prevent="handleLink(item)">{{ item.meta.title }}</a>
-      </el-breadcrumb-item>
-    </transition-group>
-  </el-breadcrumb>
-</template>
-
-<script>
-import pathToRegexp from 'path-to-regexp'
-
-export default {
-  data() {
-    return {
-      levelList: null
-    }
-  },
-  watch: {
-    $route() {
-      this.getBreadcrumb()
-    }
-  },
-  created() {
-    this.getBreadcrumb()
-  },
-  methods: {
-    getBreadcrumb() {
-      // only show routes with meta.title
-      let matched = this.$route.matched.filter(item => item.meta && item.meta.title)
-      const first = matched[0]
-
-      if (!this.isDashboard(first)) {
-        matched = [{ path: '/dashboard', meta: { title: '首页' }}].concat(matched)
-      }
-
-      this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)
-    },
-    isDashboard(route) {
-      const name = route && route.name
-      if (!name) {
-        return false
-      }
-      return name.trim().toLocaleLowerCase() === 'Dashboard'.toLocaleLowerCase()
-    },
-    pathCompile(path) {
-      // To solve this problem https://github.com/PanJiaChen/vue-element-admin/issues/561
-      const { params } = this.$route
-      var toPath = pathToRegexp.compile(path)
-      return toPath(params)
-    },
-    handleLink(item) {
-      const { redirect, path } = item
-      if (redirect) {
-        this.$router.push(redirect)
-        return
-      }
-      this.$router.push(this.pathCompile(path))
-    }
-  }
-}
-</script>
-
-<style lang="scss" scoped>
-.app-breadcrumb.el-breadcrumb {
-  display: inline-block;
-  font-size: 14px;
-  line-height: 50px;
-  margin-left: 8px;
-
-  .no-redirect {
-    color: #97a8be;
-    cursor: text;
-  }
-}
-</style>

+ 0 - 78
.history/src/components/Breadcrumb/index_20210201141722.vue

@@ -1,78 +0,0 @@
-<template>
-  <el-breadcrumb class="app-breadcrumb" separator="/">
-    <transition-group name="breadcrumb">
-      <el-breadcrumb-item v-for="(item,index) in levelList" :key="item.path">
-        <span v-if="item.redirect==='noRedirect'||index==levelList.length-1" class="no-redirect">{{ item.meta.title }}</span>
-        <a v-else @click.prevent="handleLink(item)">{{ item.meta.title }}</a>
-      </el-breadcrumb-item>
-    </transition-group>
-  </el-breadcrumb>
-</template>
-
-<script>
-import pathToRegexp from 'path-to-regexp'
-
-export default {
-  data() {
-    return {
-      levelList: null
-    }
-  },
-  watch: {
-    $route() {
-      this.getBreadcrumb()
-    }
-  },
-  created() {
-    this.getBreadcrumb()
-  },
-  methods: {
-    getBreadcrumb() {
-      // only show routes with meta.title
-      let matched = this.$route.matched.filter(item => item.meta && item.meta.title)
-      const first = matched[0]
-
-      if (!this.isDashboard(first)) {
-        //matched = [{ path: '/dashboard', meta: { title: '首页' }}].concat(matched)
-      }
-
-      this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)
-    },
-    isDashboard(route) {
-      const name = route && route.name
-      if (!name) {
-        return false
-      }
-      return name.trim().toLocaleLowerCase() === 'Dashboard'.toLocaleLowerCase()
-    },
-    pathCompile(path) {
-      // To solve this problem https://github.com/PanJiaChen/vue-element-admin/issues/561
-      const { params } = this.$route
-      var toPath = pathToRegexp.compile(path)
-      return toPath(params)
-    },
-    handleLink(item) {
-      const { redirect, path } = item
-      if (redirect) {
-        this.$router.push(redirect)
-        return
-      }
-      this.$router.push(this.pathCompile(path))
-    }
-  }
-}
-</script>
-
-<style lang="scss" scoped>
-.app-breadcrumb.el-breadcrumb {
-  display: inline-block;
-  font-size: 14px;
-  line-height: 50px;
-  margin-left: 8px;
-
-  .no-redirect {
-    color: #97a8be;
-    cursor: text;
-  }
-}
-</style>

+ 0 - 78
.history/src/components/Breadcrumb/index_20210201141808.vue

@@ -1,78 +0,0 @@
-<template>
-  <el-breadcrumb class="app-breadcrumb" separator="/">
-    <transition-group name="breadcrumb">
-      <el-breadcrumb-item v-for="(item,index) in levelList" :key="item.path">
-        <span v-if="item.redirect==='noRedirect'||index==levelList.length-1" class="no-redirect">{{ item.meta.title }}</span>
-        <a v-else @click.prevent="handleLink(item)">{{ item.meta.title }}</a>
-      </el-breadcrumb-item>
-    </transition-group>
-  </el-breadcrumb>
-</template>
-
-<script>
-import pathToRegexp from 'path-to-regexp'
-
-export default {
-  data() {
-    return {
-      levelList: null
-    }
-  },
-  watch: {
-    $route() {
-      this.getBreadcrumb()
-    }
-  },
-  created() {
-    this.getBreadcrumb()
-  },
-  methods: {
-    getBreadcrumb() {
-      // only show routes with meta.title
-      let matched = this.$route.matched.filter(item => item.meta && item.meta.title)
-      const first = matched[0]
-
-      if (!this.isDashboard(first)) {
-        //matched = [{ path: '/dashboard', meta: { title: '首页' }}].concat(matched)//去掉最上边标题导航上边的Dashboard
-      }
-
-      this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)
-    },
-    isDashboard(route) {
-      const name = route && route.name
-      if (!name) {
-        return false
-      }
-      return name.trim().toLocaleLowerCase() === 'Dashboard'.toLocaleLowerCase()
-    },
-    pathCompile(path) {
-      // To solve this problem https://github.com/PanJiaChen/vue-element-admin/issues/561
-      const { params } = this.$route
-      var toPath = pathToRegexp.compile(path)
-      return toPath(params)
-    },
-    handleLink(item) {
-      const { redirect, path } = item
-      if (redirect) {
-        this.$router.push(redirect)
-        return
-      }
-      this.$router.push(this.pathCompile(path))
-    }
-  }
-}
-</script>
-
-<style lang="scss" scoped>
-.app-breadcrumb.el-breadcrumb {
-  display: inline-block;
-  font-size: 14px;
-  line-height: 50px;
-  margin-left: 8px;
-
-  .no-redirect {
-    color: #97a8be;
-    cursor: text;
-  }
-}
-</style>

+ 0 - 78
.history/src/components/Breadcrumb/index_20210201141828.vue

@@ -1,78 +0,0 @@
-<template>
-  <el-breadcrumb class="app-breadcrumb" separator="/">
-    <transition-group name="breadcrumb">
-      <el-breadcrumb-item v-for="(item,index) in levelList" :key="item.path">
-        <span v-if="item.redirect==='noRedirect'||index==levelList.length-1" class="no-redirect">{{ item.meta.title }}</span>
-        <a v-else @click.prevent="handleLink(item)">{{ item.meta.title }}</a>
-      </el-breadcrumb-item>
-    </transition-group>
-  </el-breadcrumb>
-</template>
-
-<script>
-import pathToRegexp from 'path-to-regexp'
-
-export default {
-  data() {
-    return {
-      levelList: null
-    }
-  },
-  watch: {
-    $route() {
-      this.getBreadcrumb()
-    }
-  },
-  created() {
-    this.getBreadcrumb()
-  },
-  methods: {
-    getBreadcrumb() {
-      // only show routes with meta.title
-      let matched = this.$route.matched.filter(item => item.meta && item.meta.title)
-      const first = matched[0]
-
-      if (!this.isDashboard(first)) {
-        //matched = [{ path: '/dashboard', meta: { title: '首页' }}].concat(matched)//去掉最上边标题导航上边的Dashboard
-      }
-
-      this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)
-    },
-    isDashboard(route) {
-      const name = route && route.name
-      if (!name) {
-        return false
-      }
-      return name.trim().toLocaleLowerCase() === 'Dashboard'.toLocaleLowerCase()
-    },
-    pathCompile(path) {
-      // To solve this problem https://github.com/PanJiaChen/vue-element-admin/issues/561
-      const { params } = this.$route
-      var toPath = pathToRegexp.compile(path)
-      return toPath(params)
-    },
-    handleLink(item) {
-      const { redirect, path } = item
-      if (redirect) {
-        this.$router.push(redirect)
-        return
-      }
-      this.$router.push(this.pathCompile(path))
-    }
-  }
-}
-</script>
-
-<style lang="scss" scoped>
-.app-breadcrumb.el-breadcrumb {
-  display: inline-block;
-  font-size: 14px;
-  line-height: 50px;
-  margin-left: 8px;
-
-  .no-redirect {
-    color: #97a8be;
-    cursor: text;
-  }
-}
-</style>

+ 0 - 0
.history/src/views/organization/index_20210201093504.vue


+ 0 - 13
.history/src/views/organization/index_20210201094121.vue

@@ -1,13 +0,0 @@
-<template lang="">
-    <div>
-        
-    </div>
-</template>
-<script>
-export default {
-    
-}
-</script>
-<style lang="">
-    
-</style>

+ 0 - 13
.history/src/views/organization/index_20210201094253.vue

@@ -1,13 +0,0 @@
-<template lang="">
-    <div>
-        
-    </div>
-</template>
-<script>
-export default {
-    
-}
-</script>
-<style lang="">
-    
-</style>

+ 0 - 13
.history/src/views/organization/index_20210201094254.vue

@@ -1,13 +0,0 @@
-<template lang="">
-    <div>
-        
-    </div>
-</template>
-<script>
-export default {
-    
-}
-</script>
-<style lang="">
-    
-</style>

+ 0 - 0
.history/src/views/partyMember/index_20210201093509.vue


+ 0 - 13
.history/src/views/partyMember/index_20210201094126.vue

@@ -1,13 +0,0 @@
-<template lang="">
-    <div>
-        
-    </div>
-</template>
-<script>
-export default {
-    
-}
-</script>
-<style lang="">
-    
-</style>

+ 0 - 0
.history/src/views/partyMember/partyMember_20210201092407.VUE


+ 0 - 0
.history/src/views/partyMember/partyMember_20210201092410.VUE


+ 0 - 0
.history/src/views/setup/index_20210201093514.vue


+ 0 - 13
.history/src/views/setup/index_20210201094131.vue

@@ -1,13 +0,0 @@
-<template lang="">
-    <div>
-        
-    </div>
-</template>
-<script>
-export default {
-    
-}
-</script>
-<style lang="">
-    
-</style>

+ 0 - 0
.history/src/views/transfer/index_20210201093519.vue


+ 0 - 13
.history/src/views/transfer/index_20210201094138.vue

@@ -1,13 +0,0 @@
-<template lang="">
-    <div>
-        
-    </div>
-</template>
-<script>
-export default {
-    
-}
-</script>
-<style lang="">
-    
-</style>

+ 0 - 13
.history/src/views/transfer/index_20210201094140.vue

@@ -1,13 +0,0 @@
-<template lang="">
-    <div>
-        
-    </div>
-</template>
-<script>
-export default {
-    
-}
-</script>
-<style lang="">
-    
-</style>

+ 0 - 13
.history/src/views/transfer/index_20210201094144.vue

@@ -1,13 +0,0 @@
-<template lang="">
-    <div>
-        
-    </div>
-</template>
-<script>
-export default {
-    
-}
-</script>
-<style lang="">
-    
-</style>

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
online/index.html


Fichier diff supprimé car celui-ci est trop grand
+ 177 - 0
online/static/js/app.js


Fichier diff supprimé car celui-ci est trop grand
+ 42 - 0
online/static/js/chunk-vendors.js


BIN
online1/favicon.ico


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
online1/index.html


+ 0 - 0
online/static/css/app.bb12d4b7.css → online1/static/css/app.bb12d4b7.css


+ 0 - 0
online/static/css/chunk-elementUI.68c70ad5.css → online1/static/css/chunk-elementUI.68c70ad5.css


+ 0 - 0
online/static/css/chunk-libs.9b94a6e0.css → online1/static/css/chunk-libs.9b94a6e0.css


BIN
online1/static/fonts/element-icons.535877f5.woff


BIN
online1/static/fonts/element-icons.732389de.ttf


BIN
online1/static/img/avator.12fe08ec.jpg


BIN
online1/static/img/background.31789a17.jpg


BIN
online1/static/img/dangxiaozu.6ff122af.png


BIN
online1/static/img/dangyuan.da32c7a6.png


BIN
online1/static/img/empty.0b51f44a.png


BIN
online1/static/img/fazhan.4756926a.png


BIN
online1/static/img/guidang.40627c49.png


BIN
online1/static/img/index.63523c95.jpg


BIN
online1/static/img/jiji.59a4a1e1.png


BIN
online1/static/img/user.adb37797.png


BIN
online1/static/img/weiyuan.684a7966.png


BIN
online1/static/img/yubei.db0a2777.png


BIN
online1/static/img/zuzhishenghuo.b6699181.png


+ 0 - 0
online/static/js/app.06421a16.js → online1/static/js/app.06421a16.js


+ 0 - 0
online/static/js/chunk-elementUI.211e80e9.js → online1/static/js/chunk-elementUI.211e80e9.js


+ 0 - 0
online/static/js/chunk-libs.ce0d7478.js → online1/static/js/chunk-libs.ce0d7478.js


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff