mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-11-29 17:57:37 +08:00
e661f60f13
* feat(storage): add new storage,新增 database 和 cookie 存储 * fix(storage): 区分用户,获取当前存储路径时,应该获取当前用户,用来区分用户 * fix: ts alias mapping * chore: remove lodash * fix(storage): replace lodash with lodash-es * fix(storage): initialization,Initialization failed, unable to write
15 lines
254 B
Plaintext
15 lines
254 B
Plaintext
# port
|
|
VITE_PORT = 8848
|
|
# title
|
|
VITE_TITLE = vue-pure-admin
|
|
# version
|
|
VITE_VERSION = 1.0.0
|
|
# open
|
|
VITE_OPEN = false
|
|
|
|
# public path
|
|
VITE_PUBLIC_PATH = /
|
|
|
|
# Cross-domain proxy, you can configure multiple
|
|
VITE_PROXY = [ ["/api", "http://127.0.0.1:3000" ] ]
|