caolc 2 years ago
parent 63bb475012
commit 33fbefdc14
  1. 2
      src/views/orderDetails/components/optionalOilLable.vue
  2. 2
      vue.config.js

@ -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,

Loading…
Cancel
Save