mirror of
https://gitee.com/mlogclub/bbs-go.git
synced 2025-12-06 13:59:05 +08:00
config
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
ENV = 'production'
|
||||
|
||||
# base api
|
||||
VUE_APP_BASE_API = 'http://localhost:8082'
|
||||
VUE_APP_BASE_API = 'https://mlog.club'
|
||||
|
||||
|
||||
13
admin/jsconfig.json
Normal file
13
admin/jsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"~/*": ["./src/*"],
|
||||
"@/*": ["./src/*"],
|
||||
"~~/*": ["./src/*"],
|
||||
"@@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/*"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
// vetur.config.js
|
||||
module.exports = {
|
||||
projects: [
|
||||
'./site'
|
||||
'./site',
|
||||
'./admin'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user