添加vue模块

master
yangpeng 2024-08-10 08:48:23 +08:00
parent 038cbe910c
commit 9ce63b91e4
2 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,25 @@
<template>
<div>
customer 页面
</div>
</template>
<script>
export default {
name: 'Customer',
data() {
return {}
},
created() {
},
methods: {}
}
</script>
<style scoped>
</style>

View File

@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://47.103.41.248`,
target: `http://121.40.230.137/prod-api`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''