Skip to content

Commit 7ba766c

Browse files
authored
Feature/auth disable (#204)
* feat: add auth-disable * feat: upgrade version * fix: book auth
1 parent 2dc0cfb commit 7ba766c

File tree

10 files changed

+64
-75
lines changed

10 files changed

+64
-75
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ENV = 'development'
22

3-
VUE_APP_BASE_URL = 'http://dev.koa.7yue.pro/'
3+
VUE_APP_BASE_URL = 'http://koa.lin.colorful3.com/'

package-lock.json

Lines changed: 37 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lin-cms",
3-
"version": "0.1.0-beta.3",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"serve": "node script/plugin-get-config.js && vue-cli-service serve",
File renamed without changes.

0 commit comments

Comments
 (0)