This commit is contained in:
caolc
2023-03-28 16:08:03 +08:00
parent 63bb475012
commit 33fbefdc14
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ export default {
}
},
created() {
this.seleFn(this.seleIndex)
this.seleFn(this.seleIndex);
},
methods: {
seleFn(index) {

View File

@@ -82,7 +82,7 @@ module.exports = defineConfig({
[process.env.VUE_APP_BASE_API]: {
// target: `cls`,
target: `http://192.168.0.54:38080`,
target: `http://192.168.0.54:48080`,
// target: `https://www.xingoil.com/adminapi`,
// target: 'http://192.168.0.191:38080',
changeOrigin: true,