2022-04-18 11:54:42 +08:00
|
|
|
# star-store
|
|
|
|
|
|
|
|
## Project setup
|
|
|
|
```
|
|
|
|
yarn install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
```
|
|
|
|
yarn serve
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and minifies for production
|
|
|
|
```
|
|
|
|
yarn build
|
|
|
|
```
|
|
|
|
|
|
|
|
### Customize configuration
|
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
2023-10-16 15:14:54 +08:00
|
|
|
|
|
|
|
|
|
|
|
### 山海万象版本
|
|
|
|
### 新增pages/pageHome/shwxLogin.vue
|
|
|
|
### request/interface.js里的401判断指向shwxLogin.vue
|
2023-12-22 14:58:08 +08:00
|
|
|
### my/logout.vue里的退出登录指向shwxLogin.vue
|
2023-10-16 15:14:54 +08:00
|
|
|
### 小程序版本要改回login.vue
|