Fetch the repository succeeded.
This action will force synchronization from microapp/flash-waimai, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
CREATE DATABASE IF NOT EXISTS waimai DEFAULT CHARSET utf8 COLLATE utf8_general_ci;
CREATE USER 'waimai'@'%' IDENTIFIED BY 'waimai123';
GRANT ALL privileges ON waimai.* TO 'waimai'@'%';
flush privileges;
mongorestore.exe -d flash-waimai d:\\elm
下载测试图片:链接:https://pan.baidu.com/s/1rvZDspoapWa6rEq2D_5kzw 提取码:urzw ,将图片存放到t_sys_cfg表中system.file.upload.path配置的目录的目录
启动管理平台,进入flash-waimai-manage目录:
启动手机端,进入flash-waimai-mobile目录:
Sign in for post a comment
Comments ( 0 )