Browse Source

排行榜

pull/2/head
pengda 1 month 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() { mounted() {
this.path = this.$route.path; this.path = this.$route.path;
if(this.$route.query.str) localStorage.setItem('token', this.$route.query.str)
}, },
methods: {} methods: {}
} }

2
vue.config.js

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

Loading…
Cancel
Save