1
This commit is contained in:
@@ -41,7 +41,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.seleFn(this.seleIndex)
|
this.seleFn(this.seleIndex);
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
seleFn(index) {
|
seleFn(index) {
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ module.exports = defineConfig({
|
|||||||
[process.env.VUE_APP_BASE_API]: {
|
[process.env.VUE_APP_BASE_API]: {
|
||||||
|
|
||||||
// target: `cls`,
|
// target: `cls`,
|
||||||
target: `http://192.168.0.54:38080`,
|
target: `http://192.168.0.54:48080`,
|
||||||
// target: `https://www.xingoil.com/adminapi`,
|
// target: `https://www.xingoil.com/adminapi`,
|
||||||
// target: 'http://192.168.0.191:38080',
|
// target: 'http://192.168.0.191:38080',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user