Compare commits

...

3 Commits

Author SHA1 Message Date
92bd816494 Merge pull request 'xiaozy' (#4) from xiaozy into master
Reviewed-on: #4
2023-04-12 08:34:01 +00:00
xiaozhiyong
11c3bad638 更新 2023-04-12 16:33:36 +08:00
xiaozhiyong
d804c50583 更新 2023-04-12 13:25:42 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ import vConsole from 'vconsole'
if (process.env.VUE_APP_ENV !== 'production') {
new vConsole()
}
// new vConsole()
Vue.use(PiniaVuePlugin)
const pinia = createPinia()

View File

@@ -17,8 +17,8 @@ module.exports = defineConfig({
proxy: {
[process.env.VUE_APP_BASE_API]: {
// target: `http://192.168.1.83:38080`,
// target: `https://www.xingoil.com/adminapi`,
target: `http://uat.xingoil.com/adminapi`,
target: `https://www.xingoil.com/adminapi`,
// target: `http://uat.xingoil.com/adminapi`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''