flat: 文件创建

This commit is contained in:
Apcallover
2024-03-31 14:50:51 +08:00
parent 49bef67c04
commit d0a5006f13
6 changed files with 77 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,25 @@
<template>
<basic-container>
123
</basic-container>
</template>
<script>
export default {
data() {
return {
}
},
create() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>

View File

@@ -0,0 +1,25 @@
<template>
<basic-container>
123
</basic-container>
</template>
<script>
export default {
data() {
return {
}
},
create() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>

View File

@@ -0,0 +1,25 @@
<template>
<basic-container>
123
</basic-container>
</template>
<script>
export default {
data() {
return {
}
},
create() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>

View File

@@ -23,7 +23,7 @@ module.exports = {
port: 1888, port: 1888,
proxy: { proxy: {
"/api": { "/api": {
target: 'http://localhost:8000', target: 'http://10.165.0.173:8000',
ws: true, ws: true,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {