Browse Source

排行榜

pull/2/head
pengda 4 weeks ago
parent
commit
de6ab64a82
  1. 1
      .env.production
  2. 1
      src/views/super/Ranking/Ranking.vue
  3. 2
      vue.config.js

1
.env.production

@ -0,0 +1 @@
VUE_APP_BASE_API=http://adminnew.pengda.checkcopy.com

1
src/views/super/Ranking/Ranking.vue

@ -27,6 +27,7 @@ export default {
},
mounted() {
this.path = this.$route.path;
if(this.$route.query.str) localStorage.setItem('token', this.$route.query.str)
},
methods: {}
}

2
vue.config.js

@ -1,6 +1,6 @@
const path = require('path');
module.exports = {
publicPath: '/new/',
// publicPath: '/new/',
devServer: {
proxy: {
'/supernew': {

Loading…
Cancel
Save